ipld-eth-server/.travis.yml
Eric Meyer f61b1bc96c Update Travis to create a database from a schema
* We were running into issues getting migrate to work
2017-10-25 16:50:19 -05:00

14 lines
208 B
YAML

dist: trusty
language: go
go:
- 1.9
services:
- postgresql
before_script:
- createdb vulcanize
- psql vulcanize < migrations/schema.sql
script:
- go test -v ./core/...
notifications:
email: false