Skip to content

Commit 14a8940

Browse files
committed
Remove JRuby+Truffle testing for now
* It will be re-added when fixed
1 parent b40a44b commit 14a8940

File tree

2 files changed

+1
-33
lines changed

2 files changed

+1
-33
lines changed

.travis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,11 @@ matrix:
3434
- rvm: 2.3.1
3535
jdk: oraclejdk8
3636
env: COVERAGE=1
37-
- rvm: jruby-head
38-
jdk: oraclejdk8
39-
env: TRUFFLE=1
4037
allow_failures:
4138
- rvm: ruby-head
4239
- rvm: jruby-head
4340
- rvm: 1.9.3
4441
- rvm: rbx
45-
- rvm: jruby-head
46-
jdk: oraclejdk8
47-
env: TRUFFLE=1
4842

4943
env:
5044
global:
@@ -53,4 +47,4 @@ env:
5347
before_install:
5448
- "echo JAVA_OPTS: $JAVA_OPTS"
5549

56-
script: if [[ -v TRUFFLE ]]; then support/test-truffle.sh; else RUBYOPT=-w bundle exec rake ci; fi
50+
script: RUBYOPT=-w bundle exec rake ci

support/test-truffle.sh

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)