From 702e839f5b99a9814a98cb05a1301b37d3acad6a Mon Sep 17 00:00:00 2001 From: Rob Mulholand Date: Tue, 30 Apr 2019 15:43:04 -0500 Subject: [PATCH] Update Travis to reflect removing Postgraphile --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5282ec5f..57a34f0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: