mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
allow Travis CI failing for Ruby 2.3 (as it is not yet providing that version)
This commit is contained in:
parent
8ee22beded
commit
9e22db4b7c
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rvm: rbx-2.2.1
|
- rvm: rbx-2.2.1
|
||||||
- rvm: jruby-1.7
|
- rvm: jruby-1.7
|
||||||
|
- rvm: 2.3
|
||||||
exclude:
|
exclude:
|
||||||
- rvm: 1.9.3
|
- rvm: 1.9.3
|
||||||
gemfile: gemfiles/rails_4.1.gemfile
|
gemfile: gemfiles/rails_4.1.gemfile
|
||||||
|
|
Loading…
Reference in a new issue