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
Erik Michaels-Ober 89d0664d2f Update Travis settings for Rubinius
/cc @brixen
2014-02-12 12:54:20 +01:00

37 lines
849 B
YAML

bundler_args: --without development
gemfile:
- Gemfile
- Gemfile.rack-1.3.x
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- rbx-2
- ruby-head
matrix:
include:
- rvm: jruby-18mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
gemfile: Gemfile
- rvm: jruby-18mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
gemfile: Gemfile.rack-1.3.x
- rvm: jruby-19mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
gemfile: Gemfile
- rvm: jruby-19mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
gemfile: Gemfile.rack-1.3.x
- rvm: jruby-head
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
gemfile: Gemfile
- rvm: jruby-head
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
gemfile: Gemfile.rack-1.3.x
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
fast_finish: true