mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #31570 from y-yagi/ci_against_250
CI against ruby 2.5.0
This commit is contained in:
commit
ba56518474
1 changed files with 8 additions and 1 deletions
|
@ -63,11 +63,12 @@ rvm:
|
|||
- 2.2.8
|
||||
- 2.3.5
|
||||
- 2.4.2
|
||||
- 2.5.0
|
||||
- ruby-head
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- rvm: 2.4.2
|
||||
- rvm: 2.5.0
|
||||
env: "GEM=av:ujs"
|
||||
- rvm: 2.2.8
|
||||
env: "GEM=aj:integration"
|
||||
|
@ -87,6 +88,12 @@ matrix:
|
|||
- memcached
|
||||
- redis-server
|
||||
- rabbitmq
|
||||
- rvm: 2.5.0
|
||||
env: "GEM=aj:integration"
|
||||
services:
|
||||
- memcached
|
||||
- redis-server
|
||||
- rabbitmq
|
||||
- rvm: ruby-head
|
||||
env: "GEM=aj:integration"
|
||||
services:
|
||||
|
|
Loading…
Reference in a new issue