[FIX] .travis.yml: postgresql 9.6

This commit is contained in:
Andrea
2019-08-22 09:44:03 +02:00
parent 5fdeafccd2
commit c3b6781dad

View File

@@ -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