1
0
Fork 0
mirror of https://github.com/Luzifer/s3sync.git synced 2024-10-18 14:34:20 +00:00
s3sync/vendor/github.com/spf13/pflag/.travis.yml
Knut Ahlers ffdaf5c63f
Migrate and update Godeps
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-05-29 11:41:57 +02:00

21 lines
335 B
YAML

sudo: false
language: go
go:
- 1.5.4
- 1.6.3
- 1.7
- 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 ./...