language: ruby rvm: - 2.0.0 - 2.1.10 - 2.2.5 - 2.3.1 - ruby-head matrix: allow_failures: - rvm: ruby-head fast_finish: true script: bundle exec rspec cache: bundler sudo: false