What if we only used two Gradle workers?

This commit is contained in:
R. Tyler Croy 2017-12-05 17:02:09 -08:00
parent 97e987bba5
commit 099bd58850
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ sudo: false
env:
- GRADLE_OPTS="-Xmx768m -Xms256m -Xss1m"
script:
- ./gradlew -S -i --no-daemon clean check build
- ./gradlew -S -i --max-workers=2 --no-daemon clean check build
jdk:
- openjdk8
os: