Skip to content

Commit

Permalink
Merge branch 'master' into v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibel committed Jul 11, 2018
2 parents 08cb575 + 548baad commit 03a35b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ compiler:

env:
global:
- CMAKE_OPTIONS="-DOPTION_BUILD_EXAMPLES=On"
- CMAKE_OPTIONS="-DOPTION_BUILD_EXAMPLES=On -DOPTION_BUILD_TESTS=On"
matrix:
- CMAKE_CONFIGURATION=release BUILD_DIR=build
- CMAKE_CONFIGURATION=debug BUILD_DIR=build-debug
Expand All @@ -37,4 +37,3 @@ before_script:
script:
- travis_wait cmake --build $BUILD_DIR
- cmake --build $BUILD_DIR --target test
- cmake --build $BUILD_DIR --target check-all

0 comments on commit 03a35b0

Please sign in to comment.