Fix Travis
This commit is contained in:
parent
aeb1fe8862
commit
7131eafe99
@ -6,7 +6,7 @@ services:
|
|||||||
- postgresql
|
- postgresql
|
||||||
before_script:
|
before_script:
|
||||||
- createdb vulcanize_private
|
- createdb vulcanize_private
|
||||||
- psql vulcanize_private < migrations/schema.sql
|
- psql vulcanize_private < db/schema.sql
|
||||||
script:
|
script:
|
||||||
- go test -v ./pkg/...
|
- go test -v ./pkg/...
|
||||||
notifications:
|
notifications:
|
||||||
|
Loading…
Reference in New Issue
Block a user