Skip to content

Commit

Permalink
REMOVE ME: add verbose flag to check that C++17 tests are tested
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Moussu committed Jan 25, 2019
1 parent 1469351 commit e8a3dcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ before_script:

script:
- cd Build-Debug
- make -j 2
- make -j 2 VERBOSE=1
- CTEST_OUTPUT_ON_FAILURE=1 ctest -j 2
# Coverage collection does not work for OS X atm
- |
Expand All @@ -320,5 +320,5 @@ script:
fi
- # Go to release build
- cd ../Build-Release
- make -j 2
- make -j 2 VERBOSE=1
- CTEST_OUTPUT_ON_FAILURE=1 ctest -j 2

0 comments on commit e8a3dcd

Please sign in to comment.