소스 검색

Make sure the 7z command is available prior to using it

shadowislord 10 년 전
부모
커밋
d0a3ffe06c
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      .travis.yml

+ 2 - 1
.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