summaryrefslogtreecommitdiffstats
path: root/scripts/mac
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-24 17:00:29 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-24 17:00:29 -0800
commit79e3f69f488dfb13150f60b4e73a33b5b88361a4 (patch)
tree1a674e83cd1a7421fbb2949fbd69238efa94e1d2 /scripts/mac
parent775d27e5ffa23d477d7d81995e9dc45970495c6a (diff)
downloadsubsurface-79e3f69f488dfb13150f60b4e73a33b5b88361a4.tar.gz
Travis: Mac: enable googlemaps again
This should work now. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/mac')
-rw-r--r--scripts/mac/travisbuild.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/mac/travisbuild.sh b/scripts/mac/travisbuild.sh
index 7b70d0e30..40fad844f 100644
--- a/scripts/mac/travisbuild.sh
+++ b/scripts/mac/travisbuild.sh
@@ -15,8 +15,7 @@ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
cd ${TRAVIS_BUILD_DIR}/..
DIR=$(pwd)
-#bash -e -x ./subsurface/scripts/build.sh -desktop -build-with-webkit # we need to build 'both' and need to build without BT and other variations that we want to exercise
-bash -e -x ./subsurface/scripts/build.sh -desktop -build-with-webkit -skip-googlemaps
+bash -e -x ./subsurface/scripts/build.sh -desktop -build-with-webkit
cd ${TRAVIS_BUILD_DIR}/build