language: ruby rvm: - 1.9.3 before_script: bundle install script: - bundle exec rake spec - bundle exec rake integration