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
|
sudo: false
|
||||||
language: ruby
|
language: ruby
|
||||||
|
cache: bundler
|
||||||
|
|
||||||
rvm:
|
rvm:
|
||||||
- 2.2.6
|
- 2.4.0
|
||||||
- 2.3.3
|
- 2.5.0
|
||||||
- jruby-9.1.12.0
|
- jruby-9.1.12.0
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
@ -35,10 +36,6 @@ script:
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
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
|
- rvm: jruby-9.1.12.0
|
||||||
gemfile: gemfiles/rails_5.0.gemfile
|
gemfile: gemfiles/rails_5.0.gemfile
|
||||||
- rvm: jruby-9.1.12.0
|
- rvm: jruby-9.1.12.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue