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
This commit is contained in:
carmeli-tamir 2019-10-16 11:44:33 -03:00 committed by Jesse Beder
parent 52a1378e48
commit f531f8a8c3

View File

@ -14,6 +14,8 @@ before_install:
sudo apt-get install -qq g++-4.7 && export CXX="g++-4.7" CC="gcc-4.7"
fi
fi
env:
- CTEST_OUTPUT_ON_FAILURE=1
before_script:
- mkdir build
- cd build