Sign in
go
/
gddo
/
137aa8055c1eab769b1e8fb47f59636d01e3a4ef
/
.
/
vendor
/
github.com
/
spf13
/
afero
/
.travis.yml
blob: 6c296d293121deed83734ea0578ebb0c8b9a8b8a [
file
] [
log
] [
blame
]
sudo:
false
language:
go
go:
-
1.7.5
-
1.8
-
tip
os:
-
linux
-
osx
matrix:
allow_failures:
-
go:
tip
fast_finish:
true
script:
-
go test
-
v ./
...
-
go build