language: ruby rvm: - 2.1 - 2.2 - 2.3 - 2.4.4 - 2.5.1 sudo: false gemfile: - Gemfile script: bundle exec rake test branches: only: - master