mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
d48b7601c2
JRuby are affected by inconsistent behavior of overriding #respond_to? that is causing an unconditional call to #respond_to_missing. Current change does not affect MRI users in any way, JRuby-specific things are wrapped into the RUBY_PLATFORM check. Adding docs, modifying gemspec and travis.yml to make factory_girl to pass on Travis. Wire up tests
16 lines
277 B
YAML
16 lines
277 B
YAML
rvm:
|
|
- 1.9.2
|
|
- 1.9.3
|
|
- jruby-19mode
|
|
before_install:
|
|
- gem update --system
|
|
script: "bundle exec rake spec:unit spec:acceptance features"
|
|
jdk:
|
|
- openjdk6
|
|
gemfile:
|
|
- gemfiles/3.0.gemfile
|
|
- gemfiles/3.1.gemfile
|
|
- gemfiles/3.2.gemfile
|
|
branches:
|
|
only:
|
|
- master
|