language: ruby rvm: - 1.9 - 2.0 - 2.1 - rbx-2 - jruby install: 'bundle install --retry=3' script: 'ruby -r bundler/setup -S rake test'