Don't run biicode on Travis

This commit is contained in:
Victor Zverovich
2015-03-04 09:22:52 -08:00
parent 7ae6dfbcba
commit 14d1fb561f
3 changed files with 3 additions and 222 deletions
+1 -4
View File
@@ -15,12 +15,9 @@ env:
- BUILD_TYPE=Release
script:
- mkdir build && cd build
- cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DFMT_EXTRA_TESTS=ON ..
- cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DFMT_EXTRA_TESTS=ON .
- make -j4
- CTEST_OUTPUT_ON_FAILURE=1 make test
- cd .. && rm -rf build/
- support/biicode-build.py
after_failure:
- cat Testing/Temporary/LastTest.log