language: ruby cache: bundler rvm: - 2.0 - 2.1.10 - 2.2.7 - 2.3.4 - 2.4.1 before_install: - gem update --system - rvm @global do gem install bundler branches: only: - master