Skip to content

Commit

Permalink
Merge 9c1248c into b753da3
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Oct 17, 2015
2 parents b753da3 + 9c1248c commit d3a1625
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
@@ -1,14 +1,9 @@
---
rvm:
- 1.9.3
- 2.0.0
- 2.1.3
gemfile:
- Gemfile
- gemfile.chef-11
language: ruby
bundler_args: "--without development integration openstack"
matrix:
exclude:
- rvm: 1.9.3
gemfile: Gemfile
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -2,7 +2,7 @@

source 'https://rubygems.org'

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

group :test do
Expand Down
4 changes: 2 additions & 2 deletions gemfile.chef-11
Expand Up @@ -2,8 +2,8 @@

source 'https://rubygems.org'

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

group :test do
gem 'rake'
Expand Down

0 comments on commit d3a1625

Please sign in to comment.