navidrome/.travis.yml
2016-10-10 20:14:02 -04:00

19 lines
244 B
YAML

language: go
go:
- 1.7
- tip
before_install:
- go get github.com/kardianos/govendor
install:
- govendor sync
script:
- BEEGO_RUNMODE=test go test `go list ./...|grep -v vendor` -v
notifications:
email:
- gosonic@deluan.com