.travis.yml: Use PostgreSQL 9.6

This matches what we're using in production.
This commit is contained in:
Alan Orth 2019-03-17 23:28:06 +02:00
parent 94c5d91d3c
commit 7bca32189a
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ python:
- "3.6"
- "3.7"
addons:
postgresql: "9.5"
postgresql: "9.6"
before_script:
- psql --version
- createuser -U postgres dspacestatistics