Sha256: b6303928fcb076bc10b6906d02054a83071585fe46c13a4ce8cf7d78ebdbd893
Contents?: true
Size: 913 Bytes
Versions: 28
Compression:
Stored size: 913 Bytes
Contents
# This file was generated on 2014-08-23T21:27:12-07:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. language: ruby sudo: false before_install: - "script/clone_all_rspec_repos" # Downgrade bundler to work around https://github.com/bundler/bundler/issues/3004 # Note this doesn't work on JRUBY 2.0.0 mode so we don't do it - if [ -z "$JRUBY_OPTS" ]; then gem install bundler -v=1.5.3 && alias bundle="bundle _1.5.3_"; fi bundler_args: "--binstubs --standalone --without documentation --path ../bundle" script: "script/run_build" rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - 2.1.1 - 2.1.2 - ruby-head - ree - jruby-18mode - jruby - jruby-head - rbx matrix: include: - rvm: jruby env: JRUBY_OPTS='--2.0' allow_failures: - rvm: jruby-head - rvm: ruby-head - rvm: rbx fast_finish: true
Version data entries
28 entries across 7 versions & 1 rubygems