Skip to content

Commit b2c7a50

Browse files
committed
Test TruffleRuby
1 parent bb96392 commit b2c7a50

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,18 @@ matrix:
3636
- rvm: 2.3.7
3737
jdk: oraclejdk8
3838
env: COVERAGE=1
39+
- name: TruffleRuby
40+
rvm: system
41+
install:
42+
- export TRUFFLERUBY_VERSION=1.0.0-rc3
43+
- curl -L https://github.com/oracle/truffleruby/releases/download/vm-$TRUFFLERUBY_VERSION/truffleruby-$TRUFFLERUBY_VERSION-linux-amd64.tar.gz | tar xz
44+
- export PATH="$PWD/truffleruby-$TRUFFLERUBY_VERSION-linux-amd64/bin:$PATH"
45+
- gem install bundler
46+
- bundle install
3947
allow_failures:
4048
- rvm: ruby-head
4149
- rvm: jruby-head
50+
- rvm: TruffleRuby
4251
- rvm: rbx-3
4352
- rvm: ruby-2.6.0-preview2
4453

0 commit comments

Comments
 (0)