forked from mirror/afero
make test output verbose on travis
This commit is contained in:
parent
9d27152292
commit
a19c2e3d70
|
@ -2,5 +2,5 @@ language: go
|
||||||
go:
|
go:
|
||||||
- tip
|
- tip
|
||||||
script:
|
script:
|
||||||
- go test ./...
|
- go test -v ./...
|
||||||
- go build
|
- go build
|
||||||
|
|
Loading…
Reference in New Issue