Revert "Remove Travis"

This reverts commit ae737c8ef2bd64ae5405a72a4aafabb410751b18.
This commit is contained in:
Eric Meyer 2017-10-31 09:03:13 -05:00
parent 1c9706fbea
commit 60dd1d1d2d

13
.travis.yml Normal file
View 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