tail/.travis.yml

14 lines
154 B
YAML
Raw Normal View History

2014-03-22 13:00:08 +08:00
language: go
2014-03-22 13:32:20 +08:00
script:
2016-01-05 10:07:56 +08:00
- go test -race -v ./...
2014-03-22 13:32:20 +08:00
go:
- 1.3.3
2015-12-24 17:50:07 +08:00
- 1.4.3
- 1.5.2
install:
2015-09-11 07:47:13 +08:00
- go get gopkg.in/fsnotify.v1
2015-12-24 17:50:07 +08:00
- go get gopkg.in/tomb.v1