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