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 bb96392 commit b2c7a50Copy full SHA for b2c7a50
.travis.yml
@@ -36,9 +36,18 @@ matrix:
36
- rvm: 2.3.7
37
jdk: oraclejdk8
38
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
47
allow_failures:
48
- rvm: ruby-head
49
- rvm: jruby-head
50
+ - rvm: TruffleRuby
51
- rvm: rbx-3
52
- rvm: ruby-2.6.0-preview2
53
0 commit comments