Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Commit

Permalink
Set --max-worker
Browse files Browse the repository at this point in the history
  • Loading branch information
blindpirate committed Feb 25, 2017
1 parent 501bb1a commit 114623e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
- JAVA_OPTS=-Xmx1024m -XX:MaxPermSize=256m
jdk:
- oraclejdk8
script: ./gradlew check --info --stacktrace
script: ./gradlew check --info --stacktrace --max-workers=2
after_success:
- ./gradlew jacocoTestReport coveralls
- free -mt
Expand Down

0 comments on commit 114623e

Please sign in to comment.