You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2015/05/08 23:39:03 UTC

incubator-streams git commit: no tests

Repository: incubator-streams
Updated Branches:
  refs/heads/pp-master e96ea3846 -> d85c15037


no tests


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

Branch: refs/heads/pp-master
Commit: d85c150372e257cdddb67ac974a1d60b7064ef7e
Parents: e96ea38
Author: Steve Blackmon (@steveblackmon) <sb...@apache.org>
Authored: Fri May 8 16:38:59 2015 -0500
Committer: Steve Blackmon (@steveblackmon) <sb...@apache.org>
Committed: Fri May 8 16:38:59 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d85c1503/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index d97693a..8ad114e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ sudo: false
 language: java
 jdk:
 - oraclejdk7
-install: mvn -Dsurefire.printSummary=false -Dmaven.test.redirectTestOutputToFile clean install -q
+install: mvn -Dmaven.test.skip.exec=true clean install -q
 
 script: mvn -Dmaven.test.skip.exec=true install deploy -q -s settings.xml