Skip to content

Commit

Permalink
Merge 3367ac6 into e071016
Browse files Browse the repository at this point in the history
  • Loading branch information
arlimus committed Feb 5, 2015
2 parents e071016 + 3367ac6 commit a29ad79
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -2,8 +2,15 @@ rvm:
- 1.9.3
- 2.0.0
- 2.1.3
gemfile:
- Gemfile
- gemfile.chef-11
language: ruby
bundler_args: "--without development integration openstack"
notifications:
slack:
secure: bOxdT8KjXuWpBaNvMsf1zGcBRS5Ua3ESYcBWUEXXKE+f+AatmATCdynHq1QJBzE6NtWcGvxlacF4oA3FMmMhJZW9PF3igmYK2TC/aF8TXQ+nE8uzibkj+BphI6/so6TnXCPxoCp6TQ8gZm9cWyj1M4gnFJiZx9eYMVKCIOSRU/0=
matrix:
exclude:
- rvm: 1.9.3
gemfile: Gemfile
8 changes: 4 additions & 4 deletions Gemfile
Expand Up @@ -3,14 +3,14 @@
source 'https://rubygems.org'

gem 'berkshelf', '~> 3.0'
gem 'chef', '>= 11.14'
gem 'chef', '>= 12.0'

group :test do
gem 'rake'
gem 'chefspec', '~> 4.1.1'
gem 'foodcritic', '~> 3.0'
gem 'chefspec', '~> 4.2.0'
gem 'foodcritic', '~> 4.0'
gem 'thor-foodcritic'
gem 'rubocop', '~> 0.27.0'
gem 'rubocop', '~> 0.28.0'
gem 'coveralls', require: false
end

Expand Down
33 changes: 33 additions & 0 deletions gemfile.chef-11
@@ -0,0 +1,33 @@
# encoding: utf-8

source 'https://rubygems.org'

gem 'berkshelf', '~> 3.0'
gem 'chef', '~> 11.16'

group :test do
gem 'rake'
gem 'chefspec', '~> 4.1.1'
gem 'foodcritic', '~> 3.0'
gem 'thor-foodcritic'
gem 'rubocop', '~> 0.28.0'
gem 'coveralls', require: false
end

group :development do
gem 'guard'
gem 'guard-rspec'
gem 'guard-kitchen'
gem 'guard-rubocop'
gem 'guard-foodcritic'
end

group :integration do
gem 'test-kitchen', '~> 1.0'
gem 'kitchen-vagrant'
gem 'kitchen-sharedtests', '~> 0.2.0'
end

group :openstack do
gem 'kitchen-openstack'
end

0 comments on commit a29ad79

Please sign in to comment.