mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2024-11-22 14:25:01 +01:00
.travis.yml: Correctly specify PostgreSQL 10
See: https://docs.travis-ci.com/user/database-setup/#postgresql
This commit is contained in:
parent
144ed9a7c4
commit
bd49e1d1f6
@ -9,7 +9,7 @@ jobs:
|
|||||||
allow_failures:
|
allow_failures:
|
||||||
- go: master
|
- go: master
|
||||||
addons:
|
addons:
|
||||||
postgresql: "10.0"
|
postgresql: "10"
|
||||||
before_script:
|
before_script:
|
||||||
- psql --version
|
- psql --version
|
||||||
- createuser -U postgres dspacestatistics
|
- createuser -U postgres dspacestatistics
|
||||||
|
Loading…
Reference in New Issue
Block a user