Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
Do not test incompatible Ruby and Puppet version combos
Browse files Browse the repository at this point in the history
* Remove Ruby 2.0.0
* Remove Ruby 2.3.1
  • Loading branch information
Martin Merfort authored and bastelfreak committed Jun 22, 2017
1 parent 03fe894 commit 5d6d9cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -2,9 +2,7 @@
language: ruby

rvm:
- 2.0.0
- 2.1.9
- 2.3.1
- 2.4.1

env:
Expand All @@ -29,6 +27,10 @@ matrix:
exclude:
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="~> 4"
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="~> 4.9.0"
- rvm: 2.4.1
env: PUPPET_GEM_VERSION="~> 4.7.0"

notifications:
email: false
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@
This module manages Ruby and Rubygems.

# Compatibility
Puppet >= 4.7.0 with Ruby 2.1.9 and 2.3.1 on the following platforms.
Puppet >= 4.7.0 with Ruby 2.1.9 and 2.4.1 on the following platforms.

* Debian 6
* Debian 7
Expand Down

0 comments on commit 5d6d9cc

Please sign in to comment.