summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2014-11-02 15:25:51 -0500
committerDane Springmeyer <dane@mapbox.com>2014-11-02 15:25:51 -0500
commitec006819f950a59aeb8fefd10e8dfbd28ad71381 (patch)
tree389882d5bb17e1866403fff5262a52706296ae06 /.travis.yml
parent7a45bfa09c0899367625404b2309d670fb333c51 (diff)
downloadqtlocation-mapboxgl-ec006819f950a59aeb8fefd10e8dfbd28ad71381.tar.gz
bash variables cannot start with numeral
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f2860cdb37..3c4d76652c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,7 +28,7 @@ before_install:
- source ./scripts/local_mason.sh
- source ./scripts/travis_helper.sh
- source ./scripts/flags.sh
-- ./scripts/travis_before_install.sh
+- source ./scripts/travis_before_install.sh
- if [[ ${TRAVIS_OS_NAME} == "linux" ]]; then export LD_LIBRARY_PATH=`mason prefix mesa 10.3.1`/lib; fi
- if [[ ${TRAVIS_OS_NAME} == "linux" ]]; then glxinfo; fi