verbose testing on travis

fixes #157
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 - 1.5.1
- tip - tip
script: script:
- go test ./... - go test -v ./...
- go build - go build