mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] .travis.yml: postgresql 9.6
This commit is contained in:
@@ -7,7 +7,7 @@ sudo: false
|
||||
cache: pip
|
||||
|
||||
addons:
|
||||
postgresql: "9.2" # minimal postgresql version for the daterange method
|
||||
postgresql: "9.6"
|
||||
apt:
|
||||
packages:
|
||||
- expect-dev # provides unbuffer utility
|
||||
|
||||
Reference in New Issue
Block a user