Skip to content

Commit

Permalink
Make sure we test on Chef 13 not 15
Browse files Browse the repository at this point in the history
If we're on Chef 15 we're just testing the built in resources. There's
no point.

Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Nov 15, 2018
1 parent 7de7d01 commit bc1e3f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kitchen.appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ provisioner:
name: chef_zero
deprecations_as_errors: true
product_name: chef
channel: current
product_version: 13

platforms:
- name: windows-2012R2
Expand Down
2 changes: 1 addition & 1 deletion kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ provisioner:
name: chef_zero
deprecations_as_errors: true
product_name: chef
channel: current
product_version: 13

verifier:
name: inspec
Expand Down

0 comments on commit bc1e3f5

Please sign in to comment.