Update Travis to reflect removing Postgraphile

This commit is contained in:
Rob Mulholand
2019-05-08 09:11:51 -05:00
parent ca354de229
commit 702e839f5b
-3
View File
@@ -16,10 +16,7 @@ before_install:
before_script:
- sudo -u postgres createdb vulcanize_private
- make migrate NAME=vulcanize_private
- cd postgraphile && yarn
script:
- yarn test
- cd ../
- make test
- make integrationtest
notifications: