add env to make ctest print on failure

This commit is contained in:
Eric Fiselier 2015-03-09 14:34:32 -04:00
parent b1f34d3880
commit f7602badfb
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ matrix:
- os: osx
env: BUILD_TYPE=Release STD=c++11
env:
- CTEST_OUTPUT_ON_FAILURE=1
language:
- cpp