Skip to content

Commit 7d4bfc0

Browse files
committed
Change Travis JRuby to default and allow failures.
1 parent e34fe7a commit 7d4bfc0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ 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: jruby-9.1.2.0
16-
17-
15+
- rvm: jruby

0 commit comments

Comments
 (0)