mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
add some allowed failures
This commit is contained in:
parent
b6c506dfe7
commit
841715aeae
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@ before_script:
|
|||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rvm: jruby-9.0.5.0
|
||||
gemfile: gemfiles/rails_5.0.gemfile
|
||||
- rvm: rbx-2.5.8
|
||||
gemfile: gemfiles/rails_5.0.gemfile
|
||||
exclude:
|
||||
- rvm: 1.9.3
|
||||
gemfile: gemfiles/rails_5.0.gemfile
|
||||
|
|
Loading…
Reference in a new issue