mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
Try with ruby 2.4.0 & 2.5.0
This commit is contained in:
parent
10f18c3bcc
commit
fe73ba570f
1 changed files with 3 additions and 6 deletions
|
@ -1,9 +1,10 @@
|
|||
sudo: false
|
||||
language: ruby
|
||||
cache: bundler
|
||||
|
||||
rvm:
|
||||
- 2.2.6
|
||||
- 2.3.3
|
||||
- 2.4.0
|
||||
- 2.5.0
|
||||
- jruby-9.1.12.0
|
||||
|
||||
services:
|
||||
|
@ -35,10 +36,6 @@ script:
|
|||
|
||||
matrix:
|
||||
exclude:
|
||||
- rvm: 2.2.6
|
||||
gemfile: gemfiles/rails_3.2.gemfile
|
||||
- rvm: 2.3.3
|
||||
gemfile: gemfiles/rails_3.2.gemfile
|
||||
- rvm: jruby-9.1.12.0
|
||||
gemfile: gemfiles/rails_5.0.gemfile
|
||||
- rvm: jruby-9.1.12.0
|
||||
|
|
Loading…
Reference in a new issue