mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
24 lines
459 B
YAML
24 lines
459 B
YAML
bundler_args: --without development
|
|
before_install:
|
|
- gem update --system
|
|
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
|
|
- gem install bundler -v '~> 1.14'
|
|
cache: bundler
|
|
env:
|
|
global:
|
|
- JRUBY_OPTS="$JRUBY_OPTS --debug"
|
|
language: ruby
|
|
rvm:
|
|
- jruby-9000
|
|
- 2.2.9
|
|
- 2.3.5
|
|
- 2.4.4
|
|
- 2.5.3
|
|
- jruby-head
|
|
- ruby-head
|
|
matrix:
|
|
allow_failures:
|
|
- rvm: jruby-head
|
|
- rvm: ruby-head
|
|
fast_finish: true
|
|
sudo: false
|