You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@twill.apache.org by ch...@apache.org on 2015/01/26 23:32:20 UTC

[2/5] incubator-twill git commit: keep trying.

keep trying.

Project: http://git-wip-us.apache.org/repos/asf/incubator-twill/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-twill/commit/2da03cc8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-twill/tree/2da03cc8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-twill/diff/2da03cc8

Branch: refs/heads/feature/test-travis
Commit: 2da03cc881e4aab73a60afe9c18599a5c4b1cafe
Parents: 1dc813a
Author: Terence Yim <ch...@apache.org>
Authored: Mon Dec 15 12:43:58 2014 -0800
Committer: Terence Yim <ch...@apache.org>
Committed: Mon Dec 15 12:43:58 2014 -0800

----------------------------------------------------------------------
 .travis.yml | 2 +-
 pom.xml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/2da03cc8/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index b0d32d0..d3fa7cf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,7 +27,7 @@ branches:
     - /^branch\-.*$/
     - /^feature\/.*$/
 
-script: mvn test -P $PROFILE -Dsurefire.redirectTestOutputToFile=false -Djava.net.preferIPv4Stack=true
+script: mvn test -P $PROFILE -Dsurefire.redirectTestOutputToFile=false -Djava.net.preferIPv6Addresses=true
 
 install: mvn install -P $PROFILE -DskipTests=true
 

http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/2da03cc8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index be184dd..2d3c659 100644
--- a/pom.xml
+++ b/pom.xml
@@ -339,7 +339,7 @@
                 <artifactId>maven-surefire-plugin</artifactId>
                 <version>2.14.1</version>
                 <configuration>
-                    <argLine>-Xmx1024m -XX:MaxPermSize=256m -Djava.awt.headless=true</argLine>
+                    <argLine>-Xmx1024m -XX:MaxPermSize=256m -Djava.net.preferIPv6Addresses=true -Djava.awt.headless=true</argLine>
                     <redirectTestOutputToFile>${surefire.redirectTestOutputToFile}</redirectTestOutputToFile>
                     <systemPropertyVariables>
                         <java.io.tmpdir>${project.build.directory}</java.io.tmpdir>