sudo: false language: ruby rvm: - 2.1 - 2.2 - 2.3.5 - 2.4.2 - ruby-head script: - bundle exec rake test matrix: allow_failures: - rvm: ruby-head