1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00
omniauth--omniauth/.travis.yml

26 lines
489 B
YAML
Raw Permalink Normal View History

bundler_args: --without development
2017-12-27 13:27:13 -05:00
before_install:
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
2019-11-11 00:53:01 -05:00
- gem install bundler -v '1.17.3'
install:
- bundle _1.17.3_ install --jobs=3 --retry=3
2015-12-19 06:37:05 -05:00
cache: bundler
2014-07-22 02:56:34 -04:00
env:
global:
- JRUBY_OPTS="$JRUBY_OPTS --debug"
2012-03-12 19:06:22 -04:00
language: ruby
rvm:
2015-12-19 06:43:43 -05:00
- jruby-9000
- 2.2.9
- 2.3.5
- 2.4.4
- 2.5.3
2014-07-22 02:56:34 -04:00
- jruby-head
2013-12-26 08:18:59 -05:00
- ruby-head
matrix:
allow_failures:
- rvm: jruby-head
2013-12-26 08:18:59 -05:00
- rvm: ruby-head
fast_finish: true
sudo: false