language: ruby cache: bundler rvm: - 2.0 - 2.1.9 - 2.2.5 - 2.3.1 before_install: - gem update --system - rvm @global do gem install bundler branches: only: - master