From 43c3e415e14dc7fbc9d929dea6b73dc977deddf3 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 7 Mar 2016 08:17:02 +0000 Subject: .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 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') 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: -- cgit v1.2.3