Now that they appear to work, make Travis.ci builds verbose.
This commit is contained in:
parent
ed52f0a361
commit
c141de20e1
|
@ -27,4 +27,4 @@ before_install:
|
||||||
- GOOS=windows GOARCH=amd64 go install std
|
- GOOS=windows GOARCH=amd64 go install std
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- go install ./...
|
- go install -v -x ./...
|
||||||
|
|
Loading…
Reference in New Issue