1
0
Fork 0
mirror of https://github.com/Luzifer/elb-instance-status.git synced 2024-11-08 22:10:06 +00:00
elb-instance-status/vendor/github.com/spf13/pflag/.travis.yml
Knut Ahlers 3496ccd958
Update deps, switch to dep for vendoring
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-04-27 11:57:02 +02:00

21 lines
254 B
YAML

sudo: false
language: go
go:
- 1.7.3
- 1.8.1
- 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 ./...