Sha256: 65d195e5d5511769907bdb6e73cac9b127b8df0ba9d91f6fd6352f16ce7a2685

Contents?: true

Size: 956 Bytes

Versions: 1

Compression:

Stored size: 956 Bytes

Contents

before_install:
  - gem update bundler
  - bundle --version
  - gem update --system 2.1.11
  - gem --version
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
  - 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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
omniauth-1.2.1 .travis.yml