quintodrome/.travis.yml

26 lines
450 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-02-29 18:46:41 -09:00
- go get github.com/astaxie/beego
2016-03-02 21:07:13 -09:00
- go get github.com/deluan/itl
2016-02-29 18:51:30 -09:00
- go get github.com/siddontang/ledisdb/ledis
2016-03-01 08:47:13 -09:00
- go get github.com/karlkfi/inject
2016-02-29 18:46:41 -09:00
- go get github.com/smartystreets/goconvey
2016-03-03 06:34:17 -09:00
- go get github.com/dhowden/tag
- go get github.com/nfnt/resize
2016-02-26 06:52:43 -09:00
script:
- go test ./... -v
2016-02-26 06:52:43 -09:00
notifications:
email:
- travis@deluan.com