1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-06-26 16:13:47 +02:00

.travis.yml: Use PostgreSQL 9.5

Default PostgreSQL in Travis CI is 9.2 which is very old, so let's
try to use 9.5.

See: https://docs.travis-ci.com/user/database-setup/#postgresql
This commit is contained in:
Alan Orth 2018-11-11 16:38:02 +02:00
parent 766b77a3b6
commit 586231eb2d
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -3,8 +3,8 @@ python:
- "3.5"
- "3.6"
- "3.7-dev"
sudo: required
services: postgresql
addons:
postgresql: "9.5"
before_script:
- psql --version
- createuser -U postgres dspacestatistics