Explorar el Código

.travis continue on failure

Fixes gh-4925
Rob Winch hace 7 años
padre
commit
b011076d2b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -13,4 +13,4 @@ cache:
     - $HOME/.gradle/caches/
     - $HOME/.gradle/wrapper/
 
-script: ./gradlew build --refresh-dependencies --no-daemon
+script: ./gradlew build --refresh-dependencies --no-daemon --continue