Skip to content

Commit 6734fff

Browse files
committed
only test with latest JRuby and Rubinius
1 parent 6f9b2b8 commit 6734fff

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.travis.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,15 @@ rvm:
1111
- 2.3.3
1212
- 2.4.0
1313
- ruby-head
14-
- jruby-18mode
15-
- jruby-19mode
16-
- jruby-head
17-
- rbx-2
14+
- jruby
15+
- rbx
1816
branches:
1917
only:
2018
- master
2119
matrix:
2220
allow_failures:
2321
- rvm: ruby-head
24-
- rvm: jruby-18mode
25-
- rvm: jruby-19mode
26-
- rvm: jruby-head
27-
- rvm: rbx-2
22+
- rvm: jruby
23+
- rvm: rbx
2824
script: "rake test" # test:scanners"
2925
sudo: false

0 commit comments

Comments
 (0)