Skip to content

Commit

Permalink
TravisCI configuration updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
nemothenoone committed Aug 13, 2019
1 parent f90153c commit 647e4db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,8 @@ script:
- if [[ $CXXSTD == c++1z ]]; then
CXXSTD=c++17;
fi;
- cmake --target $TEST_SUITE -DCMAKE_CXX_STANDARD=$(echo $CXXSTD | sed 's/[^0-9]*//g') -DBUILD_WITH_CI_KNOWN_ISSUES_SUPPRESS=TRUE ..;
- cmake -DBUILD_UNIT_TESTS=TRUE -DCMAKE_CXX_STANDARD=$(echo $CXXSTD | sed 's/[^0-9]*//g') -DBUILD_WITH_CI_KNOWN_ISSUES_SUPPRESS=TRUE
..;

notifications:
email:
Expand Down

0 comments on commit 647e4db

Please sign in to comment.