From 29451ea8e24bec211997009428f3f7748b473a1c Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 3 Mar 2015 21:49:33 -0800 Subject: [PATCH] Update travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1f8f4315..48b88889 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ script: - make -j4 - CTEST_OUTPUT_ON_FAILURE=1 make test - cd .. && rm -rf build/ - - support/biicode-build.sh + - support/biicode-build.py after_failure: - cat Testing/Temporary/LastTest.log