1
0
mirror of https://github.com/restic/restic.git synced 2024-06-25 07:47:44 +02: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:
- make restic
- make gox
- make test
- GOTESTFLAGS="" make test
- GOARCH=386 make test
- make test-integration
- GOARCH=386 make test-integration