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 2014/07/29 08:24:49 UTC

[3/5] git commit: Show output to stdout for travis run.

Show output to stdout for travis run.

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

Branch: refs/heads/feature/travis-build
Commit: ecb259c15ec3e99648e50f46111c383b4c623f29
Parents: da9e066
Author: Terence Yim <te...@continuuity.com>
Authored: Mon Jul 28 22:45:09 2014 -0700
Committer: Terence Yim <te...@continuuity.com>
Committed: Mon Jul 28 22:45:09 2014 -0700

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/ecb259c1/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index c6bdfce..2468cd7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,7 +27,7 @@ branches:
     - /^branch\-.*$/
     - /^feature\/.*$/
 
-script: mvn test -P $PROFILE
+script: mvn test -P $PROFILE -Dsurefire.redirectTestOutputToFile=false
 
 install: mvn install -P $PROFILE -DskipTests=true