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

ruby-changes:56301

From: Takashi <ko1@a...>
Date: Mon, 1 Jul 2019 00:15:07 +0900 (JST)
Subject: [ruby-changes:56301] Takashi Kokubun: 35cf3e8904 (master): The default branch is changed to master

https://git.ruby-lang.org/ruby.git/commit/?id=35cf3e8904

From 35cf3e8904efa54098c1f904de93167a17d8d313 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Mon, 1 Jul 2019 00:14:11 +0900
Subject: The default branch is changed to master

and now Travis should run on master, instead of trunk.

(this is testing git push to master branch)

diff --git a/.travis.yml b/.travis.yml
index db64272..e53e611 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -440,9 +440,7 @@ script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L440
 # Branch matrix.  Not all branches are Travis-ready so we limit branches here.
 branches:
   only:
-    # Because default branch is still "trunk", we build only "trunk" to avoid
-    # doubly building on master and trigger CI on Pull Request.
-    - trunk # TODO: s/master/trunk/ when the default branch is switched to master on 7/1.
+    - master
     - ruby_2_4
     - ruby_2_5
     - ruby_2_6
-- 
cgit v0.10.2


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

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