master
language: ruby rvm: - 2.0.0 - 2.1 - 2.2 - 2.3.0 before_install: gem update --remote bundler install: - bundle install --retry=3 script: - bundle exec rspec