diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-12-24 18:12:16 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-12-24 18:12:16 +0000 |
| commit | 239454dc8d3bec10e247ffc5b59c503ea90582bc (patch) | |
| tree | bdf57971d544fdd2cb5ba63d53995e2eb9b96733 | |
| parent | 9860cf1ac35d9e6be2f64fcdfc71350f860af42a (diff) | |
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
| -rw-r--r-- | .travis.yml | 1 | ||||
| -rw-r--r-- | version.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3f07bb6e94..2194af2629 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: @@ -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 |
