ingress-nginx-helm/vendor/github.com/spf13/pflag/.travis.yml
Manuel de Brito Fontes 28db8fb16d Update ingress godeps
2016-08-25 15:41:02 -03:00

17 lines
261 B
YAML

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 ./...