You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jh...@apache.org on 2015/06/01 19:56:21 UTC

[07/19] incubator-calcite git commit: Enable Travis CI on new-master branch and bug-fix branches named "NNN-description"

Enable Travis CI on new-master branch and bug-fix branches named "NNN-description"


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

Branch: refs/heads/master
Commit: 20f591246448778e010ba822b5b9103dcda945b5
Parents: 37535f8
Author: Julian Hyde <jh...@apache.org>
Authored: Wed May 27 17:55:41 2015 -0700
Committer: Julian Hyde <jh...@apache.org>
Committed: Wed May 27 17:55:41 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/20f59124/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 6e872fb..f193dd8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,8 +23,10 @@ jdk:
 branches:
   only:
     - master
+    - new-master
     - javadoc
     - /^branch-.*$/
+    - /^[0-9]+-.*$/
 script:
   mvn -Dsurefire.useFile=false test site
 git: