quintodrome/.travis.yml

19 lines
248 B
YAML
Raw Normal View History

2016-02-26 06:52:43 -09:00
language: go
go:
2017-04-01 05:47:14 -08:00
- 1.8
# - tip
2016-03-24 22:03:16 -08:00
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:
2017-04-01 05:47:14 -08:00
- cloudsonic@deluan.com