tail/.travis.yml

20 lines
214 B
YAML

language: go
script:
- go test -race -v ./...
go:
- 1.5
- 1.6
- 1.7
- 1.8
- tip
matrix:
allow_failures:
- go: tip
install:
- go get gopkg.in/fsnotify/fsnotify.v1
- go get gopkg.in/tomb.v1