Skip to content

Commit 08b72ef

Browse files
committed
Change Travis JRuby to default and allow failures.
1 parent 88fddd4 commit 08b72ef

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ env:
66
rvm:
77
- 2.2.5
88
- 2.3.1
9-
- jruby-9.1.2.0
9+
- jruby
1010
- rbx
1111
cache: bundler
1212
sudo: false
1313
matrix:
1414
allow_failures:
15-
- rvm: rbx
15+
- rvm: rbx
16+
- rvm: jruby

0 commit comments

Comments
 (0)