aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-05-22 08:33:44 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2019-05-22 08:33:44 -0700
commit277e68825a8e4d0e6503a32e41f8b1b6c078b567 (patch)
tree3bd9f743f8870c528c3db0621bfda83f290c5fdd /.travis.yml
parentd3f1c615c5b81319e422e9c92e1cb8ba82209fba (diff)
downloadruby-277e68825a8e4d0e6503a32e41f8b1b6c078b567.tar.gz
.travis.yml: Test master branch instead of trunk
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index f417c69169..d3b98b1d10 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -82,7 +82,7 @@ env:
.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:
# 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