navidrome/.travis.yml

28 lines
525 B
YAML
Raw Normal View History

2016-02-26 16:52:43 +01:00
sudo: false
language: go
go:
- 1.6
2016-03-06 18:15:58 +01:00
- tip
2016-02-26 16:52:43 +01:00
install:
- go get github.com/gpmgo/gopm
2016-02-26 17:03:04 +01:00
- gopm list -v
- go get github.com/astaxie/beego
- go get github.com/deluan/itl
- go get github.com/siddontang/ledisdb/ledis
- go get github.com/karlkfi/inject
2016-03-01 04:46:41 +01:00
- go get github.com/smartystreets/goconvey
- go get github.com/dhowden/tag
- go get github.com/nfnt/resize
- go get github.com/kennygrant/sanitize
- go get github.com/deluan/gomate
2016-02-26 16:52:43 +01:00
script:
- go test ./...
2016-02-26 16:52:43 +01:00
notifications:
email:
- travis@deluan.com