navidrome/.travis.yml
Deluan 6a4a178e14 Revert "Giving gopm another chance"
This reverts commit 85df63c416dae9a287fa71edec29d6d1833cc511.
2016-03-20 15:43:03 -04:00

28 lines
525 B
YAML

sudo: false
language: go
go:
- 1.6
- tip
install:
- go get github.com/gpmgo/gopm
- 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
- 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
script:
- go test ./...
notifications:
email:
- travis@deluan.com