Files
node-problem-detector/vendor/github.com/spf13/pflag/.travis.yml
Lantao Liu d96d67dae3 Add Godeps
2016-05-17 15:55:59 -07:00

19 lines
268 B
YAML

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