Sign in
chromium
/
external
/
github.com
/
ActiveState
/
tail
/
66928beff07e654d08f02f592e53aaab8df488d5
/
.
/
.travis.yml
blob: 183f1b7dfdb2fe3c11efef470314b308ec8be9d4 [
file
] [
log
] [
blame
]
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.v1
-
go get gopkg.in/tomb.v1