diff --git a/.travis.yml b/.travis.yml index 053e4650c..e589ce6f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -132,7 +132,8 @@ matrix: # try CMake - mkdir cmake.output - cd cmake.output - - cmake -G "Unix Makefiles" .. + - cmake -G "Unix Makefiles" -DBUILD_TESTS=On .. + - make -j2 check - cd .. # check if dmake needs to be rerun (this job may fail)