mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
6e4b0b94bc
There were some issues with the combination of some `bundler` and `rubygems` versions. We got around that by always updating `bundler` in the CI but since those issues were fixed we can quit doing that. Related to `gem update --system`: - travis-ci/travis-ci#8978 - rubygems/rubygems#2123 Related to `gem install bundler`: - travis-ci/travis-ci#9333 - travis-ci/travis-ci#8969 - bundler/bundler#6340
66 lines
1.4 KiB
YAML
66 lines
1.4 KiB
YAML
language: ruby
|
|
|
|
rvm:
|
|
- 2.1.10
|
|
- 2.2.10
|
|
- 2.3.7
|
|
- 2.4.4
|
|
- 2.5.1
|
|
- ruby-head
|
|
|
|
gemfile:
|
|
- Gemfile
|
|
- gemfiles/Gemfile.rails-5.2-rc1
|
|
- gemfiles/Gemfile.rails-5.0-stable
|
|
- gemfiles/Gemfile.rails-4.2-stable
|
|
- gemfiles/Gemfile.rails-4.1-stable
|
|
|
|
matrix:
|
|
exclude:
|
|
- rvm: 2.1.10
|
|
gemfile: Gemfile
|
|
- rvm: 2.1.10
|
|
gemfile: gemfiles/Gemfile.rails-5.2-rc1
|
|
- rvm: 2.1.10
|
|
gemfile: gemfiles/Gemfile.rails-5.0-stable
|
|
- rvm: 2.2.10
|
|
gemfile: gemfiles/Gemfile.rails-5.2-rc1
|
|
- rvm: 2.4.4
|
|
gemfile: gemfiles/Gemfile.rails-4.1-stable
|
|
- rvm: 2.5.1
|
|
gemfile: gemfiles/Gemfile.rails-4.1-stable
|
|
- rvm: ruby-head
|
|
gemfile: gemfiles/Gemfile.rails-4.1-stable
|
|
- env: DEVISE_ORM=mongoid
|
|
gemfile: Gemfile
|
|
- env: DEVISE_ORM=mongoid
|
|
gemfile: gemfiles/Gemfile.rails-5.0-stable
|
|
- env: DEVISE_ORM=mongoid
|
|
gemfile: gemfiles/Gemfile.rails-5.2-rc1
|
|
allow_failures:
|
|
- rvm: ruby-head
|
|
services:
|
|
- mongodb
|
|
|
|
sudo: false
|
|
|
|
cache: bundler
|
|
|
|
env:
|
|
matrix:
|
|
- DEVISE_ORM=active_record
|
|
- DEVISE_ORM=mongoid
|
|
|
|
before_install: "rm ${BUNDLE_GEMFILE}.lock"
|
|
|
|
before_script: "bundle update"
|
|
|
|
script: "bin/test"
|
|
|
|
notifications:
|
|
email: false
|
|
slack:
|
|
on_pull_requests: false
|
|
on_success: change
|
|
on_failure: always
|
|
secure: Q3M+kmude3FjisibEeeGe0wSMXgvwLH+vL7Zrx9//q4QtkfnrQ/BBMvY9KXxPEsNF+eys4YopYjTkJ8uRmeboUATW/oQ4Jrv3+u3zkIHK2sFn/Q2cQWpK5w+CbgEnHPjKYnUu34b09njXTgDlr/mqtbPqrKeZ1dLlpKXCB/q4GY=
|