summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2015-05-12 12:13:10 -0400
committerMike Morris <michael.patrick.morris@gmail.com>2015-05-12 12:13:10 -0400
commit2b7d2c231908def5bd5a4bad4bf8c4e5e4569a5e (patch)
treee3194d70b487c37a523bad811cc90c05f6e05a7f /.travis.yml
parent3034d9d7040f8cf3a845530d5000c7c37a55d22f (diff)
downloadqtlocation-mapboxgl-2b7d2c231908def5bd5a4bad4bf8c4e5e4569a5e.tar.gz
source install.sh to export mason on PATH
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 54f3cb5cc7..73ac6ec5a5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -86,7 +86,7 @@ before_install:
- source ./scripts/travis_helper.sh
install:
-- ./scripts/${FLAVOR}/install.sh
+- source ./scripts/${FLAVOR}/install.sh
before_script:
- if [ -f ./scripts/${FLAVOR}/setup.sh ]; then source ./scripts/${FLAVOR}/setup.sh; fi