diff --git a/.travis.yml b/.travis.yml index 7d57579..7249225 100644 --- a/.travis.yml +++ b/.travis.yml @@ -311,7 +311,7 @@ matrix: env: CMAKE_TEST=1 script: - mkdir __build__ && cd __build__ - - cmake -DBOOST_ENABLE_CMAKE=1 -DBoost_VERBOSE=1 -DBOOST_INCLUDE_LIBRARIES=bind .. + - cmake -DBOOST_ENABLE_CMAKE=1 -DBUILD_TESTING=ON -DBoost_VERBOSE=1 -DBOOST_INCLUDE_LIBRARIES=bind .. - ctest --output-on-failure -R boost_bind - os: linux