From 96c3e554f4e49f7d8f3c538b4258eb5b83265412 Mon Sep 17 00:00:00 2001 From: shadowislord Date: Thu, 20 Nov 2014 20:01:47 -0500 Subject: [PATCH] Disable NDK downloading for Travis CI build NDK is multi-platform, so natives can be updated by developer. --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index f31fef8ed..89c740b99 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,10 @@ branches: before_install: # required libs for android build tools - - sudo apt-get update - - sudo apt-get install -qq p7zip-full + # sudo apt-get update + # sudo apt-get install -qq p7zip-full # sudo apt-get install -qq --force-yes libgd2-xpm ia32-libs ia32-libs-multiarch # newest Android NDK - - wget http://dl.google.com/android/ndk/android-ndk-r10c-linux-x86_64.bin -O ndk.bin - - 7z x ndk.bin -y > /dev/null - - export ANDROID_NDK=`pwd`/android-ndk-r10c + # wget http://dl.google.com/android/ndk/android-ndk-r10c-linux-x86_64.bin -O ndk.bin + # 7z x ndk.bin -y > /dev/null + # export ANDROID_NDK=`pwd`/android-ndk-r10c