omniauth--omniauth/.travis.yml

25 lines
383 B
YAML

bundler_args: --without development
before_install: gem update bundler
cache: bundler
env:
global:
- JRUBY_OPTS="$JRUBY_OPTS --debug"
language: ruby
rvm:
- jruby-19mode
- jruby-9000
- 1.9.3
- 2.0.0
- 2.1.10
- 2.2.5
- 2.3.3
- 2.4.0
- jruby-head
- ruby-head
matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
fast_finish: true
sudo: false