asdf2014 closed pull request #4139: Increment the resource of `JVM` and the number of threads in `Travis` instead of default URL: https://github.com/apache/incubator-druid/pull/4139
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/.travis.yml b/.travis.yml index 6d9068c56b8..6de75b6dddd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,16 @@ language: java jdk: - oraclejdk8 +before_install: sudo echo "MAVEN_OPTS='-Xmx4096m -Xms4096m'" > ~/.mavenrc + script: - - mvn test -B -Pparallel-test -Dmaven.fork.count=2 && mvn clean -Pstrict compile test-compile -B + - mvn clean test -B -Pparallel-test -Dmaven.fork.count=2 -T 1C && mvn clean -Pstrict compile test-compile -B -T 1C + +env: + global: + - MAVEN_OPTS: "-Xmx4096m -Xms4096m" -sudo: false +sudo: required cache: directories: ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
