mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
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:

committed by
Jesse Beder

parent
52a1378e48
commit
f531f8a8c3
@@ -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
|
||||
|
Reference in New Issue
Block a user