summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-10-15 22:17:58 -0400
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-10-16 05:27:30 -0400
commitea577aa8f29ff8cb8b575632dfd2d200304b5a5b (patch)
treeffbdbf6411ecb11105378f4d2b794fe8e793f960 /.travis.yml
parentb5a5035c090d991a99193aeaceaff9bdce58fa7a (diff)
downloadsubsurface-ea577aa8f29ff8cb8b575632dfd2d200304b5a5b.tar.gz
Fix stupid syntax errors
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 d313fd2cb..5d3c9ad58 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,7 +43,7 @@ before_install:
script:
- export CMAKE_PREFIX_PATH=$PWD/Qt/5.9.1/gcc_64/lib/cmake ;
cd .. ;
- bash -e ./subsurface/scripts/build.sh -both -no-bt
+ bash -e ./subsurface/scripts/build.sh -both -no-bt ;
bash -e ./subsurface/scripts/build.sh -both
- env CTEST_OUTPUT_ON_FAILURE=1 make -C subsurface/build check
# - env CTEST_OUTPUT_ON_FAILURE=1 make -C subsurface/build-mobile check