Merge pull request #31 from bitshares/fix-travis-logging

Pipe output to get around logging ANSI color issue
This commit is contained in:
oxarbitrage 2018-03-23 20:02:11 -03:00 committed by GitHub
commit 88d371b0fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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