You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2017/09/12 13:08:24 UTC

groovy git commit: Fix travis-ci issue "java.lang.RuntimeException: Picked up _JAVA_OPTIONS: -Xmx2048m -Xms512m"

Repository: groovy
Updated Branches:
  refs/heads/master 5306a0d2e -> 1186414b0


Fix travis-ci issue "java.lang.RuntimeException: Picked up _JAVA_OPTIONS: -Xmx2048m -Xms512m"


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/1186414b
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/1186414b
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/1186414b

Branch: refs/heads/master
Commit: 1186414b09c9781fe6618e76efad2ea8017fc1d4
Parents: 5306a0d
Author: sunlan <su...@apache.org>
Authored: Tue Sep 12 21:06:56 2017 +0800
Committer: sunlan <su...@apache.org>
Committed: Tue Sep 12 21:08:15 2017 +0800

----------------------------------------------------------------------
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/1186414b/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 9bf1700..ad71dcc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,6 +27,8 @@ matrix:
 
 install: true
 
+before_script: unset _JAVA_OPTIONS
+
 script: travis_wait 60 ./gradlew test
 
 before_cache:
@@ -35,3 +37,4 @@ cache:
   directories:
     - $HOME/.gradle/caches/
     - $HOME/.gradle/wrapper/
+