1
0
mirror of https://github.com/rancher/os.git synced 2025-09-25 04:37:02 +00:00
Files
os/vendor/github.com/codegangsta/cli/.travis.yml
2015-12-07 18:17:57 +05:00

20 lines
168 B
YAML

language: go
sudo: false
go:
- 1.0.3
- 1.1.2
- 1.2.2
- 1.3.3
- 1.4.2
- 1.5.1
- tip
matrix:
allow_failures:
- go: tip
script:
- go vet ./...
- go test -v ./...