quintodrome/.travis.yml

19 lines
244 B
YAML
Raw Normal View History

2016-02-26 06:52:43 -09:00
language: go
go:
2016-10-10 15:59:00 -08:00
- 1.7
2016-03-24 22:03:16 -08:00
- tip
before_install:
2016-10-10 15:59:00 -08:00
- go get github.com/kardianos/govendor
2016-02-26 06:52:43 -09:00
install:
2016-10-10 15:59:00 -08:00
- govendor sync
2016-02-26 06:52:43 -09:00
script:
2016-10-10 15:59:00 -08:00
- BEEGO_RUNMODE=test go test `go list ./...|grep -v vendor` -v
2016-02-26 06:52:43 -09:00
notifications:
email:
2016-03-25 09:50:52 -08:00
- gosonic@deluan.com