Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.

Commit

Permalink
[CI] Test against ruby 2.4 and 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasleger authored Mar 1, 2018
1 parent 8a63a0c commit b43f455
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ sudo: false
language: ruby
cache: bundler
rvm:
- 2.4.1
- 2.3.4
- 2.2.7
- 2.5.0
- 2.4.3
- 2.3.6
- 2.2.9
gemfile:
- test/gemfiles/Gemfile.chef-12
- test/gemfiles/Gemfile.chef-13
Expand All @@ -14,7 +15,7 @@ matrix:
- gemfile: test/gemfiles/Gemfile.chef-master
exclude:
# Chef ~> 13 requires Ruby version >= 2.3.0
- rvm: 2.2.7
- rvm: 2.2.9
gemfile: test/gemfiles/Gemfile.chef-13
- rvm: 2.2.7
- rvm: 2.2.9
gemfile: test/gemfiles/Gemfile.chef-master

0 comments on commit b43f455

Please sign in to comment.