--- language: ruby rvm: - 2.6.3 before_install: - gem update --system - gem install bundler - bundle install