Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix travis matrix #108

Merged
merged 1 commit into from
Aug 11, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,16 @@ script:
- bundle exec rake build
- bundle exec rake spec

env: "GEMFILE_MOD=\"gem 'chef', github: 'chef/chef'\""

# The set of Rubies Chef works with
rvm:
- 2.2.5
- 2.3.1
- ruby-head

# Add builds that work with specific chefs
# 12.4 is not specifically included because the *default* version is "latest release"
matrix:
include:
- env: "GEMFILE_MOD=\"gem 'chef', github: 'chef/chef'\""
rvm: 2.2.5
- env: "GEMFILE_MOD=\"gem 'chef', github: 'chef/chef'\""
rvm: 2.3.1
- env: "GEMFILE_MOD=\"gem 'chef', github: 'chef/chef'\""
rvm: ruby-head
- env: "GEMFILE_MOD=\"gem 'chef', '~> 12.13.0'\""
rvm: 2.1.10
- env: "GEMFILE_MOD=\"gem 'chef', '~> 12.12.0'\""
Expand All @@ -46,6 +44,9 @@ matrix:
rvm: 2.1.10
- env: "GEMFILE_MOD=\"gem 'chef', '~> 12.6.0'\""
rvm: 2.1.10
allow_failures:
- env: "GEMFILE_MOD=\"gem 'chef', github: 'chef/chef'\""
rvm: ruby-head

notifications:
slack:
Expand Down