Run non-verbose tests on Travis

This commit is contained in:
Marius 2016-01-04 19:35:43 +01:00
parent 367642c9fc
commit 0e8ab11170
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ before_install:
- go get ./...
script:
- go test -v ./...
- go test ./...
before_deploy:
- go get github.com/laher/goxc