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.
2 parents f126463 + 3ee5481 commit 7b2ef31Copy full SHA for 7b2ef31
.travis.yml
@@ -17,13 +17,7 @@ matrix:
17
rvm: jruby-9.2.5.0
18
jdk: oraclejdk8
19
- name: TruffleRuby Latest
20
- rvm: system
21
- install:
22
- - export TRUFFLERUBY_VERSION=1.0.0-rc8
23
- - curl -L https://github.com/oracle/truffleruby/releases/download/vm-$TRUFFLERUBY_VERSION/truffleruby-$TRUFFLERUBY_VERSION-linux-amd64.tar.gz | tar xz
24
- - export PATH="$PWD/truffleruby-$TRUFFLERUBY_VERSION-linux-amd64/bin:$PATH"
25
- - gem install bundler
26
- - bundle install
+ rvm: truffleruby
27
- name: YARD uptodate in docs
28
rvm: 2.6.0
29
script:
0 commit comments