language: ruby cache: bundler dist: trusty sudo: false # Early warning system to catch if Rubygems breaks something before_install: - gem update --system - gem uninstall bundler -a -x - gem install bundler - rm -f .bundle/config rvm: - 2.2.7 - 2.3.4 - 2.4.1 - ruby-head matrix: allow_failures: - rvm: ruby-head script: bundle exec rake spec branches: only: - master