move travis pg10 install script

This commit is contained in:
Robert Lechte 2018-02-13 14:44:07 +11:00
parent 262bc9e649
commit 85ca4bc84d
2 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ services:
addons:
postgresql: "9.6"
before_script:
- bash install-postgres-10.sh
- bash scripts/travis/install-postgres-10.sh
# command to install dependencies
install: make pip