Skip to content

Commit 11b56b7

Browse files
authored
Merge pull request #3420 from travis-ci/qa-ruby-yjit-notif
Ruby YJIT available with supported Ruby versions
2 parents 357a062 + ecfb833 commit 11b56b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

user/languages/ruby.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ layout: en
1313
| [Default `install`](#dependency-management) | `bundle install --jobs=3 --retry=3` |
1414
| [Default `script`](#default-build-script) | `rake` |
1515
| [Matrix keys](#build-matrix) | `env`, `rvm`, `gemfile`, `jdk` |
16+
| YJIT Support | Yes (with supported Ruby versions |
1617
| Support | [Travis CI](mailto:[email protected]) |
1718

1819
Minimal example:
@@ -32,6 +33,8 @@ new to Travis CI, please read our [Onboarding](/user/onboarding/) and
3233
3334
## Specifying Ruby versions and implementations
3435
36+
> YJIT, a lightweight, minimalistic Ruby JIT built inside CRuby is available with supported Ruby versions.
37+
3538
The Ruby environment on Travis CI uses [RVM](https://rvm.io/) to provide many
3639
Ruby implementations, versions and even patch levels.
3740

0 commit comments

Comments
 (0)