Skip to content

Commit

Permalink
allows failures for ruby 2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
LeFnord committed Nov 3, 2017
1 parent fe523fd commit feb9b81
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,29 @@ sudo: false
language: ruby

before_install:
- gem update --system
- gem install bundler

after_success:
- coveralls
- bundle exec danger

rvm:
- 2.4.2
- 2.3.5

matrix:
fast_finish: true

include:
- rvm: 2.4.2
script:
- bundle exec danger
- rvm: 2.4.2
- rvm: 2.3.5
- rvm: 2.2.7
- rvm: 2.2.8
- rvm: ruby-head
- rvm: jruby-9.1.10.0
- rvm: jruby-head
- rvm: rbx-2

allow_failures:
- rvm: 2.2.8
- rvm: ruby-head
- rvm: jruby-9.1.10.0
- rvm: jruby-head
Expand Down

0 comments on commit feb9b81

Please sign in to comment.