tail/.travis.yml

19 lines
197 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.4
- 1.5
- 1.6
- tip
matrix:
allow_failures:
- go: tip
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