Use PostgreSQL 9.6 on Travis as newer versions are not available

This commit is contained in:
Sebastian Serth
2018-02-19 01:16:29 +01:00
parent 9017b9c5c5
commit adb002712d

View File

@ -6,7 +6,7 @@ services:
addons:
code_climate:
repo_token: 53a2c2608c848714e96f6a1fc0365dcfdfec051f7827d50cea965ea625f49734
postgresql: "10"
postgresql: "9.6"
before_install:
- export DISPLAY=:99.0