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/24 23:17:41 UTC

git commit: Enable feature branch travis-ci

Repository: incubator-twill
Updated Branches:
  refs/heads/master 00b1991b1 -> e094f3017


Enable feature branch travis-ci

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

Branch: refs/heads/master
Commit: e094f3017864bc02790e49d52416e23196613b58
Parents: 00b1991
Author: Terence Yim <te...@continuuity.com>
Authored: Thu Jul 24 14:17:35 2014 -0700
Committer: Terence Yim <te...@continuuity.com>
Committed: Thu Jul 24 14:17:35 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/e094f301/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index ad1429f..2d92124 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,3 +25,4 @@ branches:
   only:
     - master
     - /^branch\-.*$/
+    - /^feature\/.*$/