mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Merge pull request #4645 from swamp09/ci_against
CI against Ruby 2.2.8, 2.3.5, and 2.4.2
This commit is contained in:
commit
215d034b86
1 changed files with 4 additions and 4 deletions
|
@ -2,9 +2,9 @@ language: ruby
|
||||||
|
|
||||||
rvm:
|
rvm:
|
||||||
- 2.1.10
|
- 2.1.10
|
||||||
- 2.2.7
|
- 2.2.8
|
||||||
- 2.3.4
|
- 2.3.5
|
||||||
- 2.4.1
|
- 2.4.2
|
||||||
- ruby-head
|
- ruby-head
|
||||||
|
|
||||||
gemfile:
|
gemfile:
|
||||||
|
@ -17,7 +17,7 @@ matrix:
|
||||||
exclude:
|
exclude:
|
||||||
- rvm: 2.1.10
|
- rvm: 2.1.10
|
||||||
gemfile: Gemfile
|
gemfile: Gemfile
|
||||||
- rvm: 2.4.1
|
- rvm: 2.4.2
|
||||||
gemfile: gemfiles/Gemfile.rails-4.1-stable
|
gemfile: gemfiles/Gemfile.rails-4.1-stable
|
||||||
- rvm: ruby-head
|
- rvm: ruby-head
|
||||||
gemfile: gemfiles/Gemfile.rails-4.1-stable
|
gemfile: gemfiles/Gemfile.rails-4.1-stable
|
||||||
|
|
Loading…
Add table
Reference in a new issue