1
0
mirror of https://github.com/Luzifer/elb-instance-status.git synced 2024-09-19 23:23:02 +00:00
elb-instance-status/vendor/github.com/spf13/pflag/.travis.yml

18 lines
254 B
YAML

sudo: false
language: go
go:
- 1.3
- 1.4
- tip
install:
- go get github.com/golang/lint/golint
- export PATH=$GOPATH/bin:$PATH
- go install ./...
script:
- verify/all.sh
- go test ./...