Skip to content

Commit

Permalink
test chef11/chef12 bundle config
Browse files Browse the repository at this point in the history
  • Loading branch information
btm committed May 18, 2015
1 parent 4efd9ff commit cb5cf47
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
13 changes: 9 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
rvm:
- 2.0.0
- 2.1.5
- 2.2.0
language: ruby

script: bundle exec rake spec

matrix:
include:
- rvm: 1.9.3
gemfile: chef11.gemfile
- rvm: 2.0.0
- rvm: 2.1.5
- rvm: 2.2.0
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ gem 'winrm-s', github: 'chef/winrm-s'

group :test do
gem "rspec", '~> 3.0'
gem "chef"
gem "ruby-wmi"
gem "httpclient"
gem 'rake'
Expand Down
2 changes: 1 addition & 1 deletion knife-windows.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|


s.add_development_dependency 'pry'
s.add_development_dependency 'chef', '< 12'
#s.add_development_dependency 'chef', '< 12'

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit cb5cf47

Please sign in to comment.