From 6f46d3172f48801eec0aeec33097e27fd66853f4 Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Tue, 26 Apr 2016 11:00:33 +0300 Subject: [PATCH] :arrow_up: Update ChefDK version for CI builds --- .travis.yml | 4 ---- circle.yml | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6c3c19fc0..6ebc9b4cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,10 +13,6 @@ install: echo "skip bundle install" # Ensure we make ChefDK's Ruby the default before_script: - eval "$(/opt/chefdk/bin/chef shell-init bash)" - # update foodcritic version to prevent false-postiive detection - # https://github.com/acrmp/foodcritic/pull/423 - # TODO: Remove when 6.0.1 is included in ChefDK stable - - chef gem install foodcritic -v '6.0.1' - chef gem install coveralls -v '~> 0.8.13' script: diff --git a/circle.yml b/circle.yml index 80dcfa754..f3099ce99 100644 --- a/circle.yml +++ b/circle.yml @@ -6,7 +6,7 @@ machine: dependencies: override: - - curl -L https://www.chef.io/chef/install.sh | sudo bash -s -- -P chefdk -v 0.12.0 + - curl -L https://www.chef.io/chef/install.sh | sudo bash -s -- -P chefdk -v 0.13 - chef gem install kitchen-docker -v '~> 2.3.0' cache_directories: - "~/.chefdk"