language: ruby cache: bundler dist: xenial branches: only: - master - 14-stable - 13-stable bundler_args: --jobs 7 --without docs debug before_install: - gem --version - rvm @global do gem uninstall bundler -a -x -I || true - gem install bundler --no-document - bundle --version - rm -f .bundle/config rvm: - 2.5.5 - 2.6.2 - ruby-head matrix: allow_failures: - rvm: ruby-head script: - bundle exec chefstyle -v - bundle exec rake - bundle exec ohai