omniauth--omniauth/.travis.yml

34 lines
555 B
YAML
Raw Normal View History

bundler_args: --without development
2015-12-19 11:13:21 +00:00
before_install: gem install bundler
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"
gemfile:
2012-03-12 23:06:22 +00:00
- Gemfile
- Gemfile.rack-1.3.x
language: ruby
rvm:
2015-12-19 11:43:43 +00:00
- jruby-18mode
- jruby-19mode
- jruby-9000
- 1.8.7
- 1.9.3
- 2.0.0
2014-07-22 06:56:34 +00:00
- 2.1
- 2.2
2014-07-22 06:56:34 +00:00
- jruby-head
- rbx-2
2013-12-26 13:18:59 +00:00
- ruby-head
matrix:
include:
- rvm: 2.2.2
gemfile: Gemfile.rack-master
allow_failures:
- rvm: jruby-head
2014-07-22 06:56:34 +00:00
- rvm: rbx-2
2013-12-26 13:18:59 +00:00
- rvm: ruby-head
- gemfile: Gemfile.rack-master
fast_finish: true
sudo: false