Pipe output to get around logging ANSI color issue

This commit is contained in:
abitmore 2018-03-23 18:17:29 -04:00
parent 7e7e3e5fec
commit 52a5956106

View file

@ -15,4 +15,5 @@ install:
script:
- cmake -DCMAKE_BUILD_TYPE=Debug -DBoost_USE_STATIC_LIBS=OFF .
- make -j 2
- tests/all_tests
- set -o pipefail
- tests/all_tests 2>&1 | cat