summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2014-12-26 11:15:51 +1300
committerLeith Bade <leith@mapbox.com>2014-12-26 11:15:51 +1300
commita3ba85b1c3fe3f7101114a44f953339899677dbf (patch)
treea5ccc47349d6391e9c00661d82875a1bead742a6 /scripts
parent7f086b4989a0e7a1d4c0239f6318d65281b0e17c (diff)
downloadqtlocation-mapboxgl-a3ba85b1c3fe3f7101114a44f953339899677dbf.tar.gz
Fix bash syntax
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis_script.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/travis_script.sh b/scripts/travis_script.sh
index 7f78a5f3ea..dae931ddd1 100755
--- a/scripts/travis_script.sh
+++ b/scripts/travis_script.sh
@@ -11,11 +11,11 @@ if [[ $MASON_PLATFORM == "android" ]]; then
#make android BUILDTYPE=${BUILDTYPE}
./android/scrips/run-build.sh
- if [[ $TESTMUNK == "yes" ]]; then
+ #if [[ $TESTMUNK == "yes" ]]; then
#mapbox_time_start "upload_testmunk"
#(cd ./android/test/ && ./upload_testmunk.sh ../java/app/build/outputs/apk/app-debug.apk)
#mapbox_time_finish
- fi
+ #fi
elif [[ ${TRAVIS_OS_NAME} == "linux" ]]; then
#