From 7131eafe99766b1da6ea1685fb64cbca28e070c2 Mon Sep 17 00:00:00 2001 From: Eric Meyer Date: Mon, 6 Nov 2017 13:22:02 -0600 Subject: [PATCH] Fix Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8d2c4a07..eb2a0711 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ services: - postgresql before_script: - createdb vulcanize_private - - psql vulcanize_private < migrations/schema.sql + - psql vulcanize_private < db/schema.sql script: - go test -v ./pkg/... notifications: