Browse Source

[10.0][UPD] travis.yml: Update postgresql version

pull/1570/head
Beñat Jimenez 5 years ago
parent
commit
fc80086a28
  1. 2
      .travis.yml

2
.travis.yml

@ -6,7 +6,7 @@ python:
- "2.7"
addons:
postgresql: "9.3" # minimal postgresql version for the base_import_security_group module
postgresql: "9.6" # minimal postgresql version for the base_import_security_group module
# more info: https://github.com/OCA/maintainer-quality-tools/issues/432
apt:
packages:

Loading…
Cancel
Save