Sign in
edge
/
third_party
/
spf13
/
afero
/
2f30b2a92c0e5700bcfe4715891adb1f2a7a406d
/
.
/
.travis.yml
blob: c24eebffe9aaf93e4e88ec849ebbaf100dc06051 [
file
] [
log
] [
blame
]
sudo:
false
language:
go
go:
-
1.5.4
-
1.6.3
-
1.7
-
tip
os:
-
linux
-
osx
matrix:
allow_failures:
-
go:
tip
fast_finish:
true
script:
-
go test
-
v ./
...
-
go build