1
0
Fork 0
mirror of https://github.com/Luzifer/continuous-spark.git synced 2024-10-18 12:54:24 +00:00
continuous-spark/vendor/github.com/spf13/pflag/.travis.yml
Knut Ahlers 164e4b60f5
Vendor dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-07-28 07:24:58 +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 ./...