.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
This commit is contained in:
nobu 2016-03-07 08:17:02 +00:00
Родитель 59d92b548b
Коммит 43c3e415e1
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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: