merge revision(s) 61470:

Add ruby_2_5 branch to .travis.yml

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_5@63035 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2018-03-29 10:05:57 +00:00
parent 56765c559e
commit 2ba6862f77
2 changed files with 2 additions and 1 deletions

View file

@ -73,6 +73,7 @@ branches:
- ruby_2_2 - ruby_2_2
- ruby_2_3 - ruby_2_3
- ruby_2_4 - ruby_2_4
- ruby_2_5
- /^feature\// - /^feature\//
- /^bug\// - /^bug\//

View file

@ -1,6 +1,6 @@
#define RUBY_VERSION "2.5.1" #define RUBY_VERSION "2.5.1"
#define RUBY_RELEASE_DATE "2018-03-29" #define RUBY_RELEASE_DATE "2018-03-29"
#define RUBY_PATCHLEVEL 57 #define RUBY_PATCHLEVEL 58
#define RUBY_RELEASE_YEAR 2018 #define RUBY_RELEASE_YEAR 2018
#define RUBY_RELEASE_MONTH 3 #define RUBY_RELEASE_MONTH 3