2017-10-31 14:03:13 +00:00
|
|
|
dist: trusty
|
|
|
|
language: go
|
|
|
|
go:
|
|
|
|
- 1.9
|
|
|
|
services:
|
|
|
|
- postgresql
|
|
|
|
before_script:
|
2017-11-01 15:17:01 +00:00
|
|
|
- createdb vulcanize_private
|
2017-11-06 19:22:02 +00:00
|
|
|
- psql vulcanize_private < db/schema.sql
|
2017-10-31 14:03:13 +00:00
|
|
|
script:
|
2017-11-06 18:53:43 +00:00
|
|
|
- go test -v ./pkg/...
|
2017-10-31 14:03:13 +00:00
|
|
|
notifications:
|
|
|
|
email: false
|