1
0
Fork 0
mirror of https://github.com/spf13/cobra synced 2025-05-04 20:37:24 +00:00

verbose testing on travis

fixes 
This commit is contained in:
spf13 2015-11-06 11:10:10 -05:00
parent 2a6ed7a106
commit 5c40aa85ca

View file

@ -5,5 +5,5 @@ go:
- 1.5.1
- tip
script:
- go test ./...
- go test -v ./...
- go build