1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-05-24 21:02:46 +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:
2018-11-11 16:38:02 +02:00
parent 766b77a3b6
commit 586231eb2d

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