ruby-changes:41943
From: nobu <ko1@a...>
Date: Mon, 7 Mar 2016 17:17:07 +0900 (JST)
Subject: [ruby-changes:41943] nobu:r54017 (trunk): .travis.yml: add branches [ci skip]
nobu 2016-03-07 17:17:02 +0900 (Mon, 07 Mar 2016) New Revision: 54017 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=54017 Log: .travis.yml: add branches [ci skip] * .travis.yml (branches): automatically run Travis on branches created with `git feature` or `git bug` commands. Modified files: trunk/.travis.yml Index: .travis.yml =================================================================== --- .travis.yml (revision 54016) +++ .travis.yml (revision 54017) @@ -68,6 +68,8 @@ branches: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L68 - ruby_2_1 - ruby_2_2 - ruby_2_3 + - /^feature\// + - /^bug\// # We want to be notified when something happens. notifications: -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/