Skip to content

Commit 1f8a438

Browse files
authored
Update TruffleRuby version in CI
1 parent 10ec86f commit 1f8a438

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
@@ -15,7 +15,7 @@ matrix:
1515
- name: TruffleRuby Latest
1616
rvm: system
1717
install:
18-
- export TRUFFLERUBY_VERSION=1.0.0-rc7
18+
- export TRUFFLERUBY_VERSION=1.0.0-rc8
1919
- curl -L https://github.com/oracle/truffleruby/releases/download/vm-$TRUFFLERUBY_VERSION/truffleruby-$TRUFFLERUBY_VERSION-linux-amd64.tar.gz | tar xz
2020
- export PATH="$PWD/truffleruby-$TRUFFLERUBY_VERSION-linux-amd64/bin:$PATH"
2121
- gem install bundler

0 commit comments

Comments
 (0)