Repository: commons-math Updated Branches: refs/heads/master d9e43edd1 -> f672e826f
MATH-1387: making sudo required, upping memory profile Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/47f30578 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/47f30578 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/47f30578 Branch: refs/heads/master Commit: 47f305786ebdc4376b1c18e109013e7181087e05 Parents: d9e43ed Author: Rob Tompkins <[email protected]> Authored: Sun Oct 9 16:00:37 2016 -0400 Committer: Rob Tompkins <[email protected]> Committed: Sun Oct 9 16:00:37 2016 -0400 ---------------------------------------------------------------------- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/47f30578/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index fbfdd15..af39663 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,13 @@ language: java -sudo: false +sudo: required jdk: - openjdk7 - oraclejdk8 +env: + - MAVEN_OPTS="-Xmx6g -Xms2g" + # only build master and the MATH_3_X branch branches: only:
