diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6240ffe33..1f17dd9bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,5 +43,5 @@ script: - export CMAKE_PREFIX_PATH=$PWD/Qt/5.8/gcc_64/lib/cmake ; cd .. ; bash -e ./subsurface/scripts/build.sh -# - cd subsurface/build ; env CTEST_OUTPUT_ON_FAILURE=1 make check + - cd subsurface/build ; env CTEST_OUTPUT_ON_FAILURE=1 make check # - cd subsurface/build-mobile ; env CTEST_OUTPUT_ON_FAILURE=1 make check |