quintodrome/.travis.yml

29 lines
555 B
YAML
Raw Normal View History

2016-02-26 06:52:43 -09:00
sudo: false
language: go
go:
- 1.6
2016-03-06 08:15:58 -09:00
- tip
2016-02-26 06:52:43 -09:00
install:
- go get github.com/gpmgo/gopm
2016-02-26 07:03:04 -09:00
- gopm list -v
2016-03-20 09:56:20 -08:00
- gopm get -v -g -u
2016-02-29 18:46:41 -09:00
- go get github.com/smartystreets/goconvey
2016-03-20 09:56:20 -08:00
# - 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/dhowden/tag
# - go get github.com/nfnt/resize
# - go get github.com/kennygrant/sanitize
# - go get github.com/deluan/gomate
2016-02-26 06:52:43 -09:00
script:
- go test ./...
2016-02-26 06:52:43 -09:00
notifications:
email:
- travis@deluan.com