ipld-eth-server/.travis.yml
Eric Meyer 102beb11e3 Add the concept of multiple environments
* Right now, the two environments are Public and Private
    * This was to reflect the two blockchains we run against
2017-11-01 12:15:55 -05:00

14 lines
224 B
YAML

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