Now that they appear to work, make Travis.ci builds verbose.

This commit is contained in:
Pietro Gagliardi 2014-03-05 12:22:42 -05:00
parent ed52f0a361
commit c141de20e1
1 changed files with 1 additions and 1 deletions

View File

@ -27,4 +27,4 @@ before_install:
- GOOS=windows GOARCH=amd64 go install std
install:
- go install ./...
- go install -v -x ./...