We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2f665 commit 82ae1ddCopy full SHA for 82ae1dd
README.md
@@ -21,8 +21,14 @@ There are three ways to install TruffleRuby:
21
using a Ruby manager.
22
23
* Using the [standalone distribution](doc/user/standalone-distribution.md)
24
- as a simple binary tarball. This distribution can also be used for
+ as a simple binary tarball. This distribution is also useful for
25
[testing TruffleRuby in CI](doc/user/standalone-distribution.md).
26
+ On [TravisCI](https://docs.travis-ci.com/user/languages/ruby#truffleruby), you can simply use:
27
+ ```yaml
28
+ language: ruby
29
+ rvm:
30
+ - truffleruby
31
+ ```
32
33
You can use `gem` to install Gems as normal.
34
0 commit comments