mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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)
This commit is contained in:
parent
c5eb24349a
commit
35cf3e8904
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue