Sign in
chromium
/
external
/
github.com
/
ActiveState
/
tail
/
cd5bbb3d4d72ff3e7718b51564c9bb7c59dad770
/
.
/
.travis.yml
blob: 9cf8bb7fc5fa292e30e3cfd082d2a4d6a4f3dc1d [
file
] [
log
] [
blame
]
language:
go
script:
-
go test
-
race
-
v ./
...
go:
-
1.4
-
1.5
-
1.6
-
tip
matrix:
allow_failures:
-
go:
tip
install:
-
go get gopkg.in/fsnotify.v1
-
go get gopkg.in/tomb.v1