aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-07-01 00:14:11 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-07-01 00:14:12 +0900
commit35cf3e8904efa54098c1f904de93167a17d8d313 (patch)
tree0091e6294feac9cefc2f62f771c0ab34073afb4f /.travis.yml
parentc5eb24349a4535948514fe765c3ddb0628d81004 (diff)
downloadruby-35cf3e8904efa54098c1f904de93167a17d8d313.tar.gz
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)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index db64272db7..e53e611bf8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -440,9 +440,7 @@ script:
# 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