Turn verbose output off in travis

This commit is contained in:
vitaut 2015-03-19 08:03:20 -07:00
parent 100bc30773
commit ba81f04bfa

View File

@ -13,7 +13,7 @@ env:
script:
- cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DFMT_EXTRA_TESTS=ON .
- make -j4 VERBOSE=1
- make -j4
- CTEST_OUTPUT_ON_FAILURE=1 make test
after_failure: