Update Travis to reflect removing Postgraphile

This commit is contained in:
Rob Mulholand 2019-04-30 15:43:04 -05:00
parent ca354de229
commit 702e839f5b

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: