Browse Source
Merge pull request #1569 from Eficent/11.0-upd-server-tools
[11.0][UPD] travis.yml: Postresql version update
pull/1572/head
Pedro M. Baeza
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.travis.yml
|
|
@ -6,7 +6,7 @@ python: |
|
|
|
- "3.5" |
|
|
|
|
|
|
|
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: |
|
|
|