1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Add ruby_2_3 branch to .travis.yml

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@53297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2015-12-24 18:12:16 +00:00
parent 9860cf1ac3
commit 239454dc8d
2 changed files with 2 additions and 1 deletions

View file

@ -81,6 +81,7 @@ branches:
- ruby_2_0_0
- ruby_2_1
- ruby_2_2
- ruby_2_3
# We want to be notified when something happens.
notifications:

View file

@ -1,6 +1,6 @@
#define RUBY_VERSION "2.3.0"
#define RUBY_RELEASE_DATE "2015-12-25"
#define RUBY_PATCHLEVEL 1
#define RUBY_PATCHLEVEL 2
#define RUBY_RELEASE_YEAR 2015
#define RUBY_RELEASE_MONTH 12