summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-07 08:17:02 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-07 08:17:02 +0000
commit43c3e415e14dc7fbc9d929dea6b73dc977deddf3 (patch)
treeec021385dcbfe3bec1d11b39ea2562ab776bdb9b
parent59d92b548b9a5496e325c25f6bee41a7fc5c337f (diff)
.travis.yml: add branches [ci skip]
* .travis.yml (branches): automatically run Travis on branches created with `git feature` or `git bug` commands. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54017 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f87ffd3483..8660436c27 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -68,6 +68,8 @@ branches:
- ruby_2_1
- ruby_2_2
- ruby_2_3
+ - /^feature\//
+ - /^bug\//
# We want to be notified when something happens.
notifications: