summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2015-01-27 08:28:23 +1300
committerLeith Bade <leith@mapbox.com>2015-01-27 08:28:23 +1300
commit8ed3d3eb505a521789127796dd9f9cbfa1cce495 (patch)
treea3e32230e4b29d43e90074cb0b87a3e34a4bf136 /scripts
parent3bf9efd95a9f20e63d569ef66e4a093b4acee275 (diff)
downloadqtlocation-mapboxgl-8ed3d3eb505a521789127796dd9f9cbfa1cce495.tar.gz
Change back to mapbox_time
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis_before_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis_before_install.sh b/scripts/travis_before_install.sh
index d084860b80..2db46a8ef8 100755
--- a/scripts/travis_before_install.sh
+++ b/scripts/travis_before_install.sh
@@ -12,7 +12,7 @@ if [[ ${TRAVIS_OS_NAME} == "linux" ]]; then
fi
sudo add-apt-repository --yes ppa:boost-latest/ppa
- echo "apt_update"
+ mapbox_time "apt_update"
sudo apt-get update -y
echo "install_gcc"