Sign in
edge
/
third_party
/
spf13
/
pflag
/
a232f6d9f87afaaa08bafaff5da685f974b83313
/
.
/
.travis.yml
blob: 707bdc39a7f120212d27108179a17e304409558f [
file
] [
log
] [
blame
]
sudo:
false
language:
go
go:
-
1.6.3
-
1.7.3
-
tip
matrix:
allow_failures:
-
go:
tip
install:
-
go get github.com/golang/lint/golint
-
export PATH=$GOPATH/bin
:
$PATH
-
go install ./
...
script:
-
verify/all.sh
-
v
-
go test ./
...