aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde2016-11-30 09:21:13 +0100
committerGitHub2016-11-30 09:21:13 +0100
commitd5c6806e16c5d809c749b999ae91ae22dc25348e (patch)
tree35bfaf1fcc657814a77a975150c6eb1721a90432
parent440c37fbd93eb26dd7da6c498ed39ca5f3fe7f7b (diff)
downloadgodot-d5c6806e16c5d809c749b999ae91ae22dc25348e.tar.gz
godot-d5c6806e16c5d809c749b999ae91ae22dc25348e.tar.zst
godot-d5c6806e16c5d809c749b999ae91ae22dc25348e.zip
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index d76fcca79..ca110a307 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,7 @@ env:
- GODOT_TARGET=iphone
- GODOT_TARGET=osx
- GODOT_TARGET=x11
- - GODOT_TARGET=android
+ #- GODOT_TARGET=android
- GODOT_TARGET=windows
matrix:
@@ -69,8 +69,8 @@ addons:
before_script:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update; brew install scons; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ] && [ "$GODOT_TARGET" = "android" ]; then
- brew update; travis_wait 20 brew install -v android-sdk;
- travis_wait 20 brew install -v android-ndk | grep -v "inflating:" | grep -v "creating:";
+ brew update; brew install -v android-sdk;
+ brew install -v android-ndk | grep -v "inflating:" | grep -v "creating:";
export ANDROID_HOME=/usr/local/opt/android-sdk; export ANDROID_NDK_ROOT=/usr/local/opt/android-ndk;
fi