diff options
author | eregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-02-27 20:21:25 +0000 |
---|---|---|
committer | eregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-02-27 20:21:25 +0000 |
commit | 37ef87c12b6c496001d0f199e46b4ecbfac5d394 (patch) | |
tree | 063c277e6343b299f6d47200e5b38f3af7975301 /spec/ruby/README.md | |
parent | ecf03376ec25fbd1ced6c0d1de110c6761e959fd (diff) |
Update to ruby/spec@cbe855c
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'spec/ruby/README.md')
-rw-r--r-- | spec/ruby/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/ruby/README.md b/spec/ruby/README.md index 9c13ede75c..9f01c324b1 100644 --- a/spec/ruby/README.md +++ b/spec/ruby/README.md @@ -24,9 +24,9 @@ The language specs are grouped by keyword while the core and standard library sp ruby/spec is known to be tested in these implementations for every commit: * [MRI](http://rubyci.org/) on 30 platforms and 4 versions -* [JRuby](https://github.com/jruby/jruby/tree/master/spec/ruby) on Travis for both 1.7 and 9.x -* [TruffleRuby](https://github.com/graalvm/truffleruby) on Travis -* [Opal](https://github.com/opal/opal/tree/master/spec) on Travis +* [JRuby](https://github.com/jruby/jruby/tree/master/spec/ruby) for both 1.7 and 9.x +* [TruffleRuby](https://github.com/oracle/truffleruby) +* [Opal](https://github.com/opal/opal/tree/master/spec) ruby/spec describes the behavior of Ruby 2.2 and more recent Ruby versions. More precisely, every latest stable MRI release [passes](https://rubyci.org/) all specs of ruby/spec |