mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Update .travis.yml
This commit is contained in:
parent
2af3a83ef4
commit
cff78eec23
1 changed files with 8 additions and 4 deletions
12
.travis.yml
12
.travis.yml
|
@ -1,9 +1,10 @@
|
|||
language: ruby
|
||||
|
||||
rvm:
|
||||
- 2.3.0
|
||||
- 2.2.4
|
||||
- 2.1.8
|
||||
- 2.1.9
|
||||
- 2.2.5
|
||||
- 2.3.1
|
||||
- ruby-head
|
||||
|
||||
gemfile:
|
||||
- Gemfile
|
||||
|
@ -13,10 +14,13 @@ gemfile:
|
|||
|
||||
matrix:
|
||||
exclude:
|
||||
- rvm: 2.1.8
|
||||
- rvm: 2.1.9
|
||||
gemfile: gemfiles/Gemfile.rails-5.0-beta
|
||||
- env: DEVISE_ORM=mongoid
|
||||
gemfile: gemfiles/Gemfile.rails-5.0-beta
|
||||
allow_failures:
|
||||
- rvm: ruby-head
|
||||
fast_finish: true
|
||||
services:
|
||||
- mongodb
|
||||
|
||||
|
|
Loading…
Reference in a new issue