ipld-eth-server/.travis.yml

14 lines
223 B
YAML
Raw Normal View History

dist: trusty
language: go
go:
- 1.9
services:
- postgresql
before_script:
- createdb vulcanize_private
- psql vulcanize_private < migrations/schema.sql
script:
2017-11-06 18:53:43 +00:00
- go test -v ./pkg/...
notifications:
email: false