Sign in
edge
/
third_party
/
spf13
/
afero
/
cc9c21814bb945440253108c4d3c65c85aac3c68
/
.
/
.travis.yml
blob: 65be544e63e814b0a171336091500096164c3ebc [
file
] [
log
] [
blame
]
sudo:
false
language:
go
go:
-
1.5.4
-
1.6.3
-
tip
os:
-
linux
-
osx
matrix:
allow_failures:
-
go:
tip
script:
-
go test
-
v ./
...
-
go build