summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
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