ruby-changes:55781
From: Takashi <ko1@a...>
Date: Thu, 23 May 2019 00:34:09 +0900 (JST)
Subject: [ruby-changes:55781] Takashi Kokubun: 277e68825a (trunk): .travis.yml: Test master branch instead of trunk
https://git.ruby-lang.org/ruby.git/commit/?id=277e68825a From 277e68825a8e4d0e6503a32e41f8b1b6c078b567 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Wed, 22 May 2019 08:33:44 -0700 Subject: .travis.yml: Test master branch instead of trunk diff --git a/.travis.yml b/.travis.yml index f417c69..d3b98b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -82,7 +82,7 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L82 .org.ruby-lang.ci.matrix-definitions: - &cron-only - if: (type = cron) AND (branch = trunk) AND (fork = false) + if: (type = cron) AND (branch = master) AND (fork = false) - &make-test-only script: @@ -436,7 +436,7 @@ script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L436 # Branch matrix. Not all branches are Travis-ready so we limit branches here. branches: only: - - trunk + - 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/