summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2014-12-04 01:35:52 +1100
committerLeith Bade <leith@mapbox.com>2014-12-04 01:35:52 +1100
commit243fb1de2d92b8f6397afaff74e2a35adade4d75 (patch)
treecb0640e59a56d7d380baaa27a5b31ba27f9589c6 /scripts
parent4187ccc38155abef675ff87c247178df4ade7adc (diff)
downloadqtlocation-mapboxgl-243fb1de2d92b8f6397afaff74e2a35adade4d75.tar.gz
Fix travis again x2
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis_before_install.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/travis_before_install.sh b/scripts/travis_before_install.sh
index c94d73e71b..a8a766fdc9 100755
--- a/scripts/travis_before_install.sh
+++ b/scripts/travis_before_install.sh
@@ -19,8 +19,9 @@ if [[ "${MASON_PLATFORM}" == "android" ]]; then
SEVEN_ZIP_PATH="$(MASON_PLATFORM= ./.mason/mason prefix 7z 9.20)/bin/7za"
echo "debug: fetching NDK"
- mapbox_time "fetching NDK" \
+ mapbox_time_start "fetching NDK"
wget http://dl.google.com/android/ndk/android-ndk-r10c-linux-x86_64.bin
+ mapbox_time_finish
echo "debug: chmod NDK"
chmod a+x ./android-ndk-r10c-linux-x86_64.bin