summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-02-06 22:10:13 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-02-06 22:10:13 -0800
commit2bad9bd57d87452e5ce19df3bd331074f3c7d095 (patch)
tree7894771144446acbfda584d5a960a42aafa23e65 /.travis.yml
parent97baf9b54bdef0e4291628d7e0cd5f6763171940 (diff)
downloadsubsurface-2bad9bd57d87452e5ce19df3bd331074f3c7d095.tar.gz
Enable tests on Travis
Now that I disabled the failing parts of the TestParse, we should be able to run this by default. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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