Commit f531f8a8 authored by carmeli-tamir's avatar carmeli-tamir Committed by Jesse Beder
Browse files

Show test output on CI in Travis (#777)



* Showing test output only on failure

* Test commit to see the failed test

* Now making sure that the tests pass with no output
parent 52a1378e
...@@ -14,6 +14,8 @@ before_install: ...@@ -14,6 +14,8 @@ before_install:
sudo apt-get install -qq g++-4.7 && export CXX="g++-4.7" CC="gcc-4.7" sudo apt-get install -qq g++-4.7 && export CXX="g++-4.7" CC="gcc-4.7"
fi fi
fi fi
env:
- CTEST_OUTPUT_ON_FAILURE=1
before_script: before_script:
- mkdir build - mkdir build
- cd build - cd build
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment