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