From adb002712da238a156c6e93abb37d231b2481bbd Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Mon, 19 Feb 2018 01:16:29 +0100 Subject: [PATCH] Use PostgreSQL 9.6 on Travis as newer versions are not available --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 17b1fc27..43004dd5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ services: addons: code_climate: repo_token: 53a2c2608c848714e96f6a1fc0365dcfdfec051f7827d50cea965ea625f49734 - postgresql: "10" + postgresql: "9.6" before_install: - export DISPLAY=:99.0