Skip to content

Commit 7b2ef31

Browse files
authored
Merge pull request #799 from ruby-concurrency/pitr-ch-patch-1
Update truffleruby in CI
2 parents f126463 + 3ee5481 commit 7b2ef31

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.travis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,7 @@ matrix:
1717
rvm: jruby-9.2.5.0
1818
jdk: oraclejdk8
1919
- 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
20+
rvm: truffleruby
2721
- name: YARD uptodate in docs
2822
rvm: 2.6.0
2923
script:

0 commit comments

Comments
 (0)