before_install: - gem update --system - gem install bundler rvm: - 2.2.5 - 2.3.1 branches: only: - master # The integration tests need to see installed gems. script: rspec --color --format progress