Commit e447887d by Eric Fiselier

Fix travis config by moving CTEST_OUTPUT_ON_FAILURE=1 into make test command

parent f7602bad
......@@ -13,9 +13,6 @@ matrix:
- os: osx
env: BUILD_TYPE=Release STD=c++11
env:
- CTEST_OUTPUT_ON_FAILURE=1
language:
- cpp
......@@ -33,4 +30,4 @@ before_script:
script:
- cmake .. -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DCMAKE_CXX_FLAGS="-std=${STD}"
- make
- make test
- make CTEST_OUTPUT_ON_FAILURE=1 test
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