1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-06-14 04:32:36 +02:00

.travis.yml: Use PostgreSQL 9.6

This matches what we're using in production.
This commit is contained in:
2019-03-17 23:28:06 +02:00
parent 94c5d91d3c
commit 7bca32189a

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