navidrome/.travis.yml
2017-04-01 09:47:14 -04:00

18 lines
248 B
YAML

language: go
go:
- 1.8
# - 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:
- cloudsonic@deluan.com