mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2024-11-25 23:58:18 +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.6"
|
||||||
- "3.7"
|
- "3.7"
|
||||||
addons:
|
addons:
|
||||||
postgresql: "9.5"
|
postgresql: "9.6"
|
||||||
before_script:
|
before_script:
|
||||||
- psql --version
|
- psql --version
|
||||||
- createuser -U postgres dspacestatistics
|
- createuser -U postgres dspacestatistics
|
||||||
|
Loading…
Reference in New Issue
Block a user