Skip to content

Commit 82ae1dd

Browse files
committed
Mention TravisCI directly in the README
* So it's harder to miss it and it's less hidden.
1 parent 4a2f665 commit 82ae1dd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,14 @@ There are three ways to install TruffleRuby:
2121
using a Ruby manager.
2222

2323
* Using the [standalone distribution](doc/user/standalone-distribution.md)
24-
as a simple binary tarball. This distribution can also be used for
24+
as a simple binary tarball. This distribution is also useful for
2525
[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+
```
2632
2733
You can use `gem` to install Gems as normal.
2834

0 commit comments

Comments
 (0)