language: ruby cache: bundler dist: trusty sudo: false branches: only: - master - 8-stable before_install: - gem update --system - gem --version - rvm @global do gem uninstall bundler -a -x -I - gem install bundler - bundle --version - rm -f .bundle/config rvm: - 2.3.4 - 2.4.1 - ruby-head allow_failures: - rvm: ruby-head script: - bundle exec chefstyle - bundle exec rake spec - bundle exec ohai