Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5280c78

Browse files
committed
Update test matrix.
1 parent ca73f83 commit 5280c78

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ script:
1010
- ./bin/rake travis
1111
matrix:
1212
include:
13-
- rvm: 2.1.9
13+
- rvm: 2.3.1
1414
gemfile: test/gemfiles/chef-12.gemfile
1515
- rvm: 2.1.4
1616
gemfile: test/gemfiles/chef-12.1.gemfile
@@ -38,5 +38,7 @@ matrix:
3838
gemfile: test/gemfiles/chef-12.12.gemfile
3939
- rvm: 2.1.9
4040
gemfile: test/gemfiles/chef-12.13.gemfile
41+
- rvm: 2.3.1
42+
gemfile: test/gemfiles/chef-12.14.gemfile
4143
- rvm: 2.3.1
4244
gemfile: test/gemfiles/master.gemfile

test/gemfiles/chef-12.14.gemfile

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
#
2+
# Copyright 2016, Noah Kantrowitz
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
16+
17+
eval_gemfile File.expand_path('../../../Gemfile', __FILE__)
18+
19+
gem 'chef', '~> 12.14.60'

test/gemfiles/chef-12.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
eval_gemfile File.expand_path('../../../Gemfile', __FILE__)
1818

19-
gem 'chef', '~> 12.13'
19+
gem 'chef', '~> 12.14'

0 commit comments

Comments
 (0)