mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
18 lines
248 B
YAML
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
|