.travis.yml: Correctly specify PostgreSQL 10

See: https://docs.travis-ci.com/user/database-setup/#postgresql
This commit is contained in:
Alan Orth 2020-03-29 16:19:08 +03:00
parent 144ed9a7c4
commit bd49e1d1f6
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
allow_failures:
- go: master
addons:
postgresql: "10.0"
postgresql: "10"
before_script:
- psql --version
- createuser -U postgres dspacestatistics