2
2
mirror of https://github.com/octoleo/restic.git synced 2024-12-23 11:28:54 +00:00

Make tests run by travis less verbose

This commit is contained in:
Alexander Neumann 2015-06-11 23:17:15 +02:00
parent cd5b788e48
commit da2e9d447f

View File

@ -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