Skip to content

Commit 820486a

Browse files
committed
Update to TruffleRuby 1.0.0-rc9
1 parent b40bf66 commit 820486a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ matrix:
2323
- name: TruffleRuby
2424
rvm: system
2525
install:
26-
- export TRUFFLERUBY_VERSION=1.0.0-rc6
26+
- export TRUFFLERUBY_VERSION=1.0.0-rc9
2727
- curl -L https://github.com/oracle/truffleruby/releases/download/vm-$TRUFFLERUBY_VERSION/truffleruby-$TRUFFLERUBY_VERSION-linux-amd64.tar.gz | tar xz
2828
- export PATH="$PWD/truffleruby-$TRUFFLERUBY_VERSION-linux-amd64/bin:$PATH"
2929
- gem install bundler

0 commit comments

Comments
 (0)