Skip to content
Snippets Groups Projects
Commit b3517e96 authored by Prajakta Purohit's avatar Prajakta Purohit
Browse files

Exclude ruby 2.0 from the travis build matrix

parent de86f1d8
No related merge requests found
......@@ -16,12 +16,11 @@ env: "GEMFILE_MOD=\"gem 'chef', '~> 12.10'\""
# The set of Rubies Chef works with
rvm:
- 2.0
- 2.1
- 2.2
# Add builds that work with specific chefs
# 12.4 is not specifically included because the *default* version is "latest release"
# 12.10 is not specifically included because the *default* version is "latest release"
matrix:
include:
- env: "GEMFILE_MOD=\"gem 'chef', github: 'chef/chef'\""
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment