Update Travis to reflect removing Postgraphile
This commit is contained in:
parent
ca354de229
commit
702e839f5b
@ -16,10 +16,7 @@ before_install:
|
|||||||
before_script:
|
before_script:
|
||||||
- sudo -u postgres createdb vulcanize_private
|
- sudo -u postgres createdb vulcanize_private
|
||||||
- make migrate NAME=vulcanize_private
|
- make migrate NAME=vulcanize_private
|
||||||
- cd postgraphile && yarn
|
|
||||||
script:
|
script:
|
||||||
- yarn test
|
|
||||||
- cd ../
|
|
||||||
- make test
|
- make test
|
||||||
- make integrationtest
|
- make integrationtest
|
||||||
notifications:
|
notifications:
|
||||||
|
Loading…
Reference in New Issue
Block a user