Skip to content

Commit ab0476c

Browse files
author
Teemu Matilainen
committed
Add Chef 12 and Ruby 2.2 to the build matrix
Build with Chef 12 only on Ruby 2.x.
1 parent bf6ae9a commit ab0476c

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@ language: ruby
33
bundler_args: --without=development:integration
44

55
rvm:
6-
- 1.9.3
76
- 2.0.0
8-
- 2.1.1
7+
- 2.1
8+
- 2.2
99
env:
1010
- CHEF_VERSION="~> 11"
11+
- CHEF_VERSION="~> 12"
12+
matrix:
13+
include:
14+
- rvm: 1.9.3
15+
env: CHEF_VERSION="~> 11"
1116

1217
notifications:
1318

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org/'
22

33
gem 'berkshelf', '~> 3.0'
4-
gem 'chef', ENV.fetch('CHEF_VERSION', '~> 11.0')
4+
gem 'chef', ENV.fetch('CHEF_VERSION', '~> 12.0')
55
gem 'chefspec', '~> 4.0'
66
gem 'foodcritic', '~> 4.0'
77
gem 'rake'

0 commit comments

Comments
 (0)