diff options
author | Matt Wrock <matt@mattwrock.com> | 2015-12-29 12:56:59 -0800 |
---|---|---|
committer | Matt Wrock <matt@mattwrock.com> | 2015-12-29 12:56:59 -0800 |
commit | bfb2fa69ca136756d97629057efa0d6fd1d41b99 (patch) | |
tree | 34029d8ab89e0efb6dfee601e611f93cf825e386 /.travis.yml | |
parent | 2fe51bd960f870a8b906c04acd1ad6d8e53abed4 (diff) | |
download | chef-bfb2fa69ca136756d97629057efa0d6fd1d41b99.tar.gz |
add knife-windows to external specskwspec
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 78303d7591..078a20613a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,6 +50,9 @@ matrix: - rvm: 2.2 env: "GEMFILE_MOD=\"gem 'chef-sugar'\"" script: bundle exec rake chef_sugar_spec + - rvm: 2.2 + env: "GEMFILE_MOD=\"gem 'knife-windows', github: 'chef/knife-windows'\"" + script: bundle exec rake knife_windows_spec # Requires vagrant # - rvm: 2.2 # cache: |