more travis conf

This commit is contained in:
Robert Lechte 2017-03-21 17:14:06 +11:00
parent 4adc0434d9
commit 701f0bcef4

View File

@ -13,9 +13,6 @@ services:
addons:
postgresql: "9.6"
before_script:
- psql -c 'create user travis;' -U postgres
# command to install dependencies
install: make pipupgrade