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 2016/03/02 20:54:41 UTC

[2/2] incubator-streams-examples git commit: travis didn't run

travis didn't run


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

Branch: refs/heads/master
Commit: 5ddc67c06f122933bcb81aaabbb65a8b39bcd3dc
Parents: e6b0d94
Author: Steve Blackmon @steveblackmon <sb...@apache.org>
Authored: Wed Mar 2 13:27:27 2016 -0600
Committer: Steve Blackmon @steveblackmon <sb...@apache.org>
Committed: Wed Mar 2 13:27:27 2016 -0600

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


http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/5ddc67c0/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..64bc45a
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,7 @@
+sudo: false
+language: java
+jdk:
+  - oraclejdk7
+install: mvn -Dmaven.test.skip.exec=true clean -q
+# tests take too long to run and produce too much output to enable at this time
+script: mvn -Dmaven.test.skip.exec=true install -q