From 7bca32189af830766c881de9b6dba0df3f40d664 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 17 Mar 2019 23:28:06 +0200 Subject: [PATCH] .travis.yml: Use PostgreSQL 9.6 This matches what we're using in production. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8edd091..b958949 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ python: - "3.6" - "3.7" addons: - postgresql: "9.5" + postgresql: "9.6" before_script: - psql --version - createuser -U postgres dspacestatistics