Remove Travis
* Travis does not support Postgres 10, so we are temporarily removing it
This commit is contained in:
parent
66ac0728a6
commit
ec107ea933
13
.travis.yml
13
.travis.yml
@ -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
|
|
Loading…
Reference in New Issue
Block a user