Files
luet/vendor/github.com/hpcloud/tail/.travis.yml
Ettore Di Giacinto e2442f8ed8 update vendor/
2019-06-05 19:14:29 +02:00

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