Explorar el Código

Build debug in travis

len hace 9 años
padre
commit
c64bd81339
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -15,7 +15,7 @@ android:
 before_script:
     - chmod +x gradlew
 #Build, and run tests
-script: "./gradlew clean build"
+script: "./gradlew clean buildDebug"
 sudo: false
 
 before_cache: