language: ruby before_script: "bundle exec rake appraisal:install" script: "bundle exec rake appraisal spec" rvm: - 1.9.2 - 1.9.3 - ruby-head