Skip to content
This repository was archived by the owner on May 20, 2020. It is now read-only.

Commit 60c0dd2

Browse files
committed
Test with Chef 12.x
Since support for Chef 11.x was dropped, testing should not still rely on it.
1 parent 1b6565c commit 60c0dd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: ruby
22
rvm:
3-
- 2.1.0
3+
- 2.3.1
44
bundler_args: --without integration
55
gemfile:
66
- Gemfile

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ group :integration do
99
end
1010

1111
group :test do
12-
gem 'chef', '11.10'
12+
gem 'chef', '~> 12.14'
1313
gem 'rspec', '~> 3.1'
1414
end

0 commit comments

Comments
 (0)