Skip to content

Commit

Permalink
Update Travis to show test output on failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadden committed Jul 12, 2018
1 parent d0b0a99 commit 26a6353
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ before_script:
- export CC=`which clang-5.0`
- export CXX=`which clang-5.0`
- scripts/set-up-conan.sh
- export CTEST_OUTPUT_ON_FAILURE=1

script:
- ./fips make test linux-make-debug
Expand Down

0 comments on commit 26a6353

Please sign in to comment.