1
0
mirror of https://github.com/rancher/os.git synced 2025-09-19 00:59:53 +00:00
Files
os/vendor/github.com/codegangsta/cli/.travis.yml
2016-02-04 22:53:59 -08:00

7 lines
64 B
YAML

language: go
go: 1.1
script:
- go vet ./...
- go test -v ./...