mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2025-06-14 20:47:17 +02:00
.travis.yml: Use PostgreSQL 9.6
This matches what we're using in production.
This commit is contained in:
@ -5,7 +5,7 @@ python:
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
addons:
|
||||
postgresql: "9.5"
|
||||
postgresql: "9.6"
|
||||
before_script:
|
||||
- psql --version
|
||||
- createuser -U postgres dspacestatistics
|
||||
|
Reference in New Issue
Block a user