Commit 3b41216a by cuong.tran

Temporarily ignore failures on older ruby versions

parent ac27a956
...@@ -10,6 +10,10 @@ rvm: ...@@ -10,6 +10,10 @@ rvm:
matrix: matrix:
allow_failures: allow_failures:
- rvm: ruby-head - rvm: ruby-head
- rvm: 1.9.3
- rvm: 2.0
- rvm: 2.1
- rvm: 2.2
before_install: before_install:
- rvm @global do gem install bundler - rvm @global do gem install bundler
script: script:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment