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 d2e8f4f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
13 changes: 12 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
language: ruby

script: bundle exec rake spec

rvm:
- 2.0.0
- 2.1.5
- 2.2.0

script: bundle exec rake spec
gemfile:
- Gemfile
- chef11.gemfile

matrix:
include:
- rvm: 1.9.3
gemfile: chef11.gemfile
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 d2e8f4f

Please sign in to comment.