summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-02-06 22:25:53 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-02-06 22:25:53 -0800
commit5018ad47485112e5b524d948cfc8953c21f4f51a (patch)
treeeb5ccd7374544955c527460379f91bcf108bb0ae /.travis.yml
parent2bad9bd57d87452e5ce19df3bd331074f3c7d095 (diff)
downloadsubsurface-5018ad47485112e5b524d948cfc8953c21f4f51a.tar.gz
On Travis, don't run TestPreferences
... because that one needs a display to run. 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 1f17dd9bb..2850b02b4 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_travis
# - cd subsurface/build-mobile ; env CTEST_OUTPUT_ON_FAILURE=1 make check