omniauth--omniauth/.travis.yml

26 lines
489 B
YAML
Raw Normal View History

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