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 2016/10/04 16:25:29 UTC

[02/16] twill git commit: Update travis.yml to enable building of feature branch.

Update travis.yml to enable building of feature branch.

Prefix a branch name with \u201cfeature/\u201c to trigger travis build automatically.
This helps forked repo to run build in travis even before openly a PR.

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

Branch: refs/heads/site
Commit: 66e4439dede0155ce7f7364612ca8f69989162e0
Parents: 02a374f
Author: Terence Yim <ch...@apache.org>
Authored: Thu Aug 25 09:19:47 2016 -0700
Committer: Terence Yim <ch...@apache.org>
Committed: Thu Aug 25 09:19:47 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/twill/blob/66e4439d/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index ed56152..8cb390e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,6 +26,7 @@ branches:
   only:
     - master
     - /^branch\-.*$/
+    - /^feature\/.*$/
 
 script: mvn test -P $PROFILE -Dsurefire.redirectTestOutputToFile=false -Dtwill.zk.server.localhost=false