forked from cerc-io/ipld-eth-server
Revert "Remove Travis"
This reverts commit ae737c8ef2bd64ae5405a72a4aafabb410751b18.
This commit is contained in:
parent
1c9706fbea
commit
60dd1d1d2d
13
.travis.yml
Normal file
13
.travis.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
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
|
Loading…
Reference in New Issue
Block a user