File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ language: ruby
22
22
rvm :
23
23
- 2.2
24
24
- jruby
25
+ - truffleruby
25
26
- 2.0.0-p247
26
27
` ` `
27
28
{: data-file=".travis.yml"}
@@ -46,6 +47,7 @@ language: ruby
46
47
rvm:
47
48
- 2.2
48
49
- jruby
50
+ - truffleruby
49
51
- 2.0.0-p247
50
52
` ` `
51
53
{: data-file=".travis.yml"}
79
81
` ` `
80
82
{: data-file=".travis.yml"}
81
83
84
+ # ## TruffleRuby
85
+
86
+ To test with [TruffleRuby](https://github.com/oracle/truffleruby), simply add
87
+ `truffleruby` or `truffleruby-VERSION` to your `.travis.yml` :
88
+ ` ` ` yaml
89
+ language: ruby
90
+ rvm:
91
+ - truffleruby # latest release
92
+ # or
93
+ - truffleruby-1.0.0-rc9 # specific version
94
+ ` ` `
95
+ {: data-file=".travis.yml"}
96
+
97
+ See the [TruffleRuby releases](https://github.com/oracle/truffleruby/releases)
98
+ page for a list of release versions.
99
+ Please file any issue on [GitHub](https://github.com/oracle/truffleruby/issues).
100
+
82
101
# ## JRuby: C extensions are not supported
83
102
84
103
Please note that **C extensions are not supported in JRuby** on Travis CI. The
You can’t perform that action at this time.
0 commit comments