summaryrefslogtreecommitdiff
path: root/scripts/android/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/android/run.sh')
-rwxr-xr-xscripts/android/run.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/android/run.sh b/scripts/android/run.sh
index 7a909ffe3c..38749f79f5 100755
--- a/scripts/android/run.sh
+++ b/scripts/android/run.sh
@@ -9,8 +9,6 @@ export HOST=android
export MASON_PLATFORM=android
export MASON_ANDROID_ABI=${ANDROID_ABI:-arm-v7}
-source ./scripts/travis_helper.sh
-
# Add Mason to PATH
export PATH="`pwd`/.mason:${PATH}" MASON_DIR="`pwd`/.mason"