Skip to content

Commit 3b41216

Browse files
committed
Temporarily ignore failures on older ruby versions
1 parent ac27a95 commit 3b41216

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ rvm:
1010
matrix:
1111
allow_failures:
1212
- rvm: ruby-head
13+
- rvm: 1.9.3
14+
- rvm: 2.0
15+
- rvm: 2.1
16+
- rvm: 2.2
1317
before_install:
1418
- rvm @global do gem install bundler
1519
script:

0 commit comments

Comments
 (0)