Explorar el Código

Adding binary dependencies for aapt

David A. Velasco hace 10 años
padre
commit
59f69dfa25
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -8,8 +8,9 @@ android:
     - android-16
 before_install:
   - rm pom.xml
+  - sudo apt-get install lib32stdc++6 lib32z1
 script:
   - ./setup_env.sh ant
   - ant clean
   - ant debug
-
+