mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2024-11-22 14:25:01 +01:00
.travis.yml: Use PostgreSQL 9.6
This matches what we're using in production.
This commit is contained in:
parent
94c5d91d3c
commit
7bca32189a
@ -5,7 +5,7 @@ python:
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
addons:
|
||||
postgresql: "9.5"
|
||||
postgresql: "9.6"
|
||||
before_script:
|
||||
- psql --version
|
||||
- createuser -U postgres dspacestatistics
|
||||
|
Loading…
Reference in New Issue
Block a user