ipld-eth-server/.travis.yml

14 lines
208 B
YAML
Raw Normal View History

dist: trusty
2017-10-19 14:39:57 +00:00
language: go
go:
- 1.9
services:
- postgresql
before_script:
- createdb vulcanize
- psql vulcanize < migrations/schema.sql
script:
- go test -v ./core/...
notifications:
email: false