navidrome/.travis.yml
Deluan 32f69c4a74 Revert "Upgrade Beego to v1.6.1"
This reverts commit c228eb3184a3a2d2f59f2119af8c7b9ee5b49316.

# Conflicts:
#	.travis.yml
2016-03-11 09:42:58 -05:00

27 lines
483 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/deluan/gomate
script:
- go test ./...
notifications:
email:
- travis@deluan.com