From d0a3ffe06c13f960c9409651f6142bad47cb3c4b Mon Sep 17 00:00:00 2001 From: shadowislord Date: Fri, 14 Nov 2014 23:32:32 -0500 Subject: [PATCH] Make sure the 7z command is available prior to using it --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3d7f65bad..cd8e39846 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,8 @@ branches: before_install: # required libs for android build tools - # sudo apt-get update + - 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