Remove Travis

* Travis does not support Postgres 10, so we are temporarily removing it
This commit is contained in:
Eric Meyer 2017-10-31 08:40:10 -05:00
parent 66ac0728a6
commit ec107ea933

View File

@ -1,13 +0,0 @@
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