android/travis: Replace configure-on-demand by parallel for gradlew

This commit is contained in:
scribam 2020-04-30 10:13:55 +02:00
parent b5fcea7135
commit 433f23dd04
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ install:
script:
- cd shell/android-studio
- chmod +x gradlew
- ./gradlew assembleDreamcastDebug --configure-on-demand --console=plain
- ./gradlew assembleDreamcastDebug --console=plain --parallel
before_deploy:
- cd ../../