From 586231eb2da81b63f00433751c8ed9d324c68412 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 11 Nov 2018 16:38:02 +0200 Subject: [PATCH] .travis.yml: Use PostgreSQL 9.5 Default PostgreSQL in Travis CI is 9.2 which is very old, so let's try to use 9.5. See: https://docs.travis-ci.com/user/database-setup/#postgresql --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0a2df29..1f2f815 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,8 @@ python: - "3.5" - "3.6" - "3.7-dev" -sudo: required -services: postgresql +addons: + postgresql: "9.5" before_script: - psql --version - createuser -U postgres dspacestatistics