mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2024-11-22 06:15:02 +01:00
.travis.yml: Use PostgreSQL 10.0
Production is still PostgreSQL 9.6, but I have been using 10.0 in local development and staging environments.
This commit is contained in:
parent
48eef8c8e3
commit
144ed9a7c4
@ -9,7 +9,7 @@ jobs:
|
||||
allow_failures:
|
||||
- go: master
|
||||
addons:
|
||||
postgresql: "9.6"
|
||||
postgresql: "10.0"
|
||||
before_script:
|
||||
- psql --version
|
||||
- createuser -U postgres dspacestatistics
|
||||
|
Loading…
Reference in New Issue
Block a user