aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
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
commit52f33cf21d6c274365891362fe7144cbbe199f54 (patch)
treeec021385dcbfe3bec1d11b39ea2562ab776bdb9b /.travis.yml
parent842f6265a3d9a3f57d7cdc238263666b9b05a12e (diff)
downloadruby-52f33cf21d6c274365891362fe7144cbbe199f54.tar.gz
.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
Diffstat (limited to '.travis.yml')
-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: