Merge pull request #31 from bitshares/fix-travis-logging
Pipe output to get around logging ANSI color issue
This commit is contained in:
commit
88d371b0fa
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue