Skip to content

Commit 9f175ce

Browse files
committed
change allow failures for rubies
1 parent 95d76f3 commit 9f175ce

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
@@ -14,13 +14,11 @@ rvm:
1414
- 2.2.5
1515
- 2.3.1
1616
- ruby-head
17-
- jruby-1.7.25
18-
- jruby-9.1.0.0
1917
- rbx-2
2018
- rbx
2119
script: rake test
2220
matrix:
2321
allow_failures:
24-
- rvm: 1.8.7
22+
- rvm: jruby-1.7.25
23+
- rvm: jruby-9.1.0.0
2524
- rvm: rbx-2
26-
- rvm: ruby-head

0 commit comments

Comments
 (0)