summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2015-01-27 08:48:36 +1300
committerLeith Bade <leith@mapbox.com>2015-01-27 08:48:36 +1300
commitfb525cde3977d22e888b7f1d138efa015362d1d6 (patch)
tree06d7ca1249da7515af889f0aec4df309b23e225c /scripts
parent498acc3e7b3f62a56f51624975b53bf91108aaf5 (diff)
downloadqtlocation-mapboxgl-fb525cde3977d22e888b7f1d138efa015362d1d6.tar.gz
Fix travis script
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 8db4aab23f..1b0f884bfb 100755
--- a/scripts/travis_before_install.sh
+++ b/scripts/travis_before_install.sh
@@ -33,7 +33,7 @@ if [[ ${TRAVIS_OS_NAME} == "linux" ]]; then
llvm-3.4 # required for mesa
mapbox_time "install_mesa" \
- MASON_PLATFORM= mason install mesa 10.3.1
+ mason install mesa 10.3.1
fi
mapbox_time "install_awscli" \