language: ruby rvm: - 2.1.2 install: - gem install bundler - bundle install script: - bundle exec rake spec