Commit ab7db5a5 by Prem Sichanugrist

Stop testing with JRuby, but start testing with REE

It seems like that JRuby on travis-ci is broken[1], so we shouldn't test against it to reduce the false-positive result. I've run the test locally, and it passed just fine[2].

[1]: http://travis-ci.org/#!/thoughtbot/paperclip/builds/79181
[2]: https://gist.github.com/299686b412f9ad878e16
parent c0c9b69c
rvm:
- 1.8.7
- 1.9.2
- jruby
- ree
script: "bundle exec rake clean test"
gemfile:
- gemfiles/rails2.gemfile
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment