Browse Source
[FIX] .travis.yml: Remove previous Postgresql version
pull/32/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
0 additions and
2 deletions
-
.travis.yml
|
|
@ -7,8 +7,6 @@ python: |
|
|
|
|
|
|
|
addons: |
|
|
|
postgresql: "9.6" |
|
|
|
postgresql: "9.3" # minimal postgresql version for the base_import_security_group module |
|
|
|
# more info: https://github.com/OCA/maintainer-quality-tools/issues/432 |
|
|
|
apt: |
|
|
|
packages: |
|
|
|
- expect-dev # provides unbuffer utility |
|
|
|