Sign in
edge
/
third_party
/
spf13
/
pflag
/
1ceb032c43c28e6511309bcd3e3e40e3026f5294
/
.
/
.travis.yml
blob: 580ad22f59cc94136b7747c3164a31e30eeffcfd [
file
] [
log
] [
blame
]
sudo:
false
language:
go
go:
-
1.5.4
-
1.6.3
-
tip
install:
-
go get github.com/golang/lint/golint
-
export PATH=$GOPATH/bin
:
$PATH
-
go install ./
...
script:
-
verify/all.sh
-
v
-
go test ./
...