mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
use Ruby 2.3.1
This commit is contained in:
parent
7e28fa388e
commit
90cda9e0fb
1 changed files with 2 additions and 3 deletions
|
@ -5,7 +5,7 @@ cache: bundler
|
||||||
rvm:
|
rvm:
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
- 2.2.5
|
- 2.2.5
|
||||||
- 2.3
|
- 2.3.1
|
||||||
- jruby-1.7 # JRuby in 1.9 mode
|
- jruby-1.7 # JRuby in 1.9 mode
|
||||||
- jruby-9.0.5.0
|
- jruby-9.0.5.0
|
||||||
- rbx-2.5.8
|
- rbx-2.5.8
|
||||||
|
@ -31,7 +31,6 @@ before_script:
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rvm: jruby-1.7
|
- rvm: jruby-1.7
|
||||||
- rvm: 2.3
|
|
||||||
- gemfile: gemfiles/rails_5.0.gemfile
|
- gemfile: gemfiles/rails_5.0.gemfile
|
||||||
exclude:
|
exclude:
|
||||||
- rvm: 1.9.3
|
- rvm: 1.9.3
|
||||||
|
@ -40,5 +39,5 @@ matrix:
|
||||||
gemfile: gemfiles/rails_5.0.gemfile
|
gemfile: gemfiles/rails_5.0.gemfile
|
||||||
- rvm: 2.2.5
|
- rvm: 2.2.5
|
||||||
gemfile: gemfiles/rails_3.2_stable.gemfile
|
gemfile: gemfiles/rails_3.2_stable.gemfile
|
||||||
- rvm: 2.3
|
- rvm: 2.3.1
|
||||||
gemfile: gemfiles/rails_3.2_stable.gemfile
|
gemfile: gemfiles/rails_3.2_stable.gemfile
|
||||||
|
|
Loading…
Reference in a new issue