mirror of https://github.com/restic/restic.git
Make tests run by travis less verbose
This commit is contained in:
parent
cd5b788e48
commit
da2e9d447f
|
@ -31,7 +31,7 @@ install:
|
||||||
script:
|
script:
|
||||||
- make restic
|
- make restic
|
||||||
- make gox
|
- make gox
|
||||||
- make test
|
- GOTESTFLAGS="" make test
|
||||||
- GOARCH=386 make test
|
- GOARCH=386 make test
|
||||||
- make test-integration
|
- make test-integration
|
||||||
- GOARCH=386 make test-integration
|
- GOARCH=386 make test-integration
|
||||||
|
|
Loading…
Reference in New Issue