Sign in
edge
/
third_party
/
spf13
/
viper
/
654fc7bb54d0c138ef80405ff577391f79c0c32d
/
.
/
.travis.yml
blob: 46d5247d76f934a47dda7e3b103826b6780ea53d [
file
] [
log
] [
blame
]
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 ./
...
sudo:
false