Sign in
edge
/
third_party
/
spf13
/
afero
/
72b31426848c6ef12a7a8e216708cb0d1530f074
/
.
/
.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