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
1 changed files with 1 additions and 1 deletions

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