60dd1d1d2d
This reverts commit ae737c8ef2bd64ae5405a72a4aafabb410751b18.
14 lines
208 B
YAML
14 lines
208 B
YAML
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
|