Browse Source

[MIG] .travis.yml: Upgrade to Postgres 9.6

pull/471/head
OCA git bot 6 years ago
parent
commit
95438640be
  1. 1
      .travis.yml

1
.travis.yml

@ -2,6 +2,7 @@ sudo: false
cache: pip
addons:
postgresql: "9.6"
postgresql: "9.2" # minimal postgresql version for the daterange method
apt:
packages:

Loading…
Cancel
Save