Fix travis service name

This commit is contained in:
amercader 2017-09-14 15:58:18 +01:00
parent d51a80e0b4
commit f805d412d1
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ env:
- CKANVERSION=2.4 POSTGISVERSION=2 - CKANVERSION=2.4 POSTGISVERSION=2
services: services:
- redis-server - redis-server
- postgres - postgresql
install: install:
- bash bin/travis-build.bash - bash bin/travis-build.bash
script: sh bin/travis-run.sh script: sh bin/travis-run.sh