summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------.mason0
-rwxr-xr-xscripts/travis_setup.sh4
2 files changed, 2 insertions, 2 deletions
diff --git a/.mason b/.mason
-Subproject ec5ff7cc35d1dec325a00f4d8feff7fa3f6da2a
+Subproject 0d06890655b5f2995682ea5b73aeb94010f8c89
diff --git a/scripts/travis_setup.sh b/scripts/travis_setup.sh
index e9fa87811f..dfd045224a 100755
--- a/scripts/travis_setup.sh
+++ b/scripts/travis_setup.sh
@@ -45,8 +45,8 @@ git submodule update --init .mason
# Install and set up to load a more recent version of mesa
mapbox_time "install_mesa" \
-mason install mesa 10.4.3
-export LD_LIBRARY_PATH="`mason prefix mesa 10.4.3`/lib:${LD_LIBRARY_PATH:-}"
+mason install mesa 11.2.2
+export LD_LIBRARY_PATH="`mason prefix mesa 11.2.2`/lib:${LD_LIBRARY_PATH:-}"
# Install and set up to load awscli
pip install --user awscli