language: ruby rvm: - 2.6.5 - 2.5 before_install: - gem update --system - gem install bundler script: - make test