language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1 env: - - PAPERCLIP_VERSION=3.0.0 - PAPERCLIP_VERSION=4.0.0 script: "bundle exec rake spec" branches: only: - master