[前][次][番号順一覧][スレッド一覧]

ruby-changes:33576

From: naruse <ko1@a...>
Date: Tue, 22 Apr 2014 10:07:34 +0900 (JST)
Subject: [ruby-changes:33576] naruse:r45657 (trunk): Add to check ruby_2_0_0 and ruby_2_1 (and ruby_2_2) branch

naruse	2014-04-22 10:07:29 +0900 (Tue, 22 Apr 2014)

  New Revision: 45657

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=45657

  Log:
    Add to check ruby_2_0_0 and ruby_2_1 (and ruby_2_2) branch

  Modified files:
    trunk/.travis.yml
Index: .travis.yml
===================================================================
--- .travis.yml	(revision 45656)
+++ .travis.yml	(revision 45657)
@@ -57,6 +57,9 @@ branches: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L57
   only:
     - trunk
     - ruby_1_9_3
+    - ruby_2_0_0
+    - ruby_2_1
+    - ruby_2_2
 
 # We want to be notified when something happens.
 notifications:

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]