Sign in
edge
/
third_party
/
spf13
/
viper
/
6d2589cd85af2ffe1b01db0c6aebb5b68d9e87e4
/
.
/
.travis.yml
blob: f27ab600432738bf10e1897bd9f63c5558a2ac52 [
file
] [
log
] [
blame
]
language:
go
go:
-
1.4.3
-
1.5.4
-
1.6.3
-
tip
os:
-
linux
-
osx
matrix:
allow_failures:
-
go:
tip
script:
-
go test
-
v ./
...
sudo:
false