urfave-cli/.travis.yml
2014-07-14 13:48:52 -04:00

7 lines
64 B
YAML

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