Skip to content
This repository has been archived by the owner on Sep 2, 2020. It is now read-only.

Commit

Permalink
Adding other Chef versions for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
miketheman committed Sep 14, 2012
1 parent 19b5e36 commit 46df693
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ rvm:
- 1.9.2
- 1.9.3
env:
- CHEF_VERSION=0.10.8
- CHEF_VERSION=10.12.0
- CHEF_VERSION=10.14.2
2 changes: 1 addition & 1 deletion knife-community.gemspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- encoding: utf-8 -*-
chef_version = ENV.key?('CHEF_VERSION') ? "= #{ENV['CHEF_VERSION']}" : ['~> 10.12.0']
chef_version = ENV.key?('CHEF_VERSION') ? "= #{ENV['CHEF_VERSION']}" : ['~> 10']
require File.expand_path('../lib/knife-community/version', __FILE__)

Gem::Specification.new do |gem|
Expand Down

0 comments on commit 46df693

Please sign in to comment.