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

Commit

Permalink
Remove Puppet 3 Support
Browse files Browse the repository at this point in the history
* Update README
* Rework .travis.yml
  • Loading branch information
Martin Merfort committed Jun 21, 2017
1 parent 02f1528 commit 03fe894
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 30 deletions.
31 changes: 3 additions & 28 deletions .travis.yml
Expand Up @@ -2,15 +2,16 @@
language: ruby

rvm:
- 1.9.3
- 2.0.0
- 2.1.9
- 2.3.1
- 2.4.1

env:
matrix:
- PUPPET_GEM_VERSION="~> 4.7.0"
- PUPPET_GEM_VERSION="~> 4.8.0"
- PUPPET_GEM_VERSION="~> 4.9.0"
- PUPPET_GEM_VERSION="~> 4"

sudo: false
Expand All @@ -27,33 +28,7 @@ matrix:
fast_finish: true
exclude:
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="~> 3.1.0"
- rvm: 2.1.9
env: PUPPET_GEM_VERSION="~> 3.1.0"
- rvm: 2.1.9
env: PUPPET_GEM_VERSION="~> 3.2.0"
- rvm: 2.1.9
env: PUPPET_GEM_VERSION="~> 3.3.0"
- rvm: 2.1.9
env: PUPPET_GEM_VERSION="~> 3.4.0"
- rvm: 2.3.1
env: PUPPET_GEM_VERSION="~> 3.1.0"
- rvm: 2.3.1
env: PUPPET_GEM_VERSION="~> 3.2.0"
- rvm: 2.3.1
env: PUPPET_GEM_VERSION="~> 3.3.0"
- rvm: 2.3.1
env: PUPPET_GEM_VERSION="~> 3.4.0"
- rvm: 2.3.1
env: PUPPET_GEM_VERSION="~> 3.5.0"
- rvm: 2.3.1
env: PUPPET_GEM_VERSION="~> 3.6.0"
- rvm: 2.3.1
env: PUPPET_GEM_VERSION="~> 3.7.0"
- rvm: 2.3.1
env: PUPPET_GEM_VERSION="~> 3.8.0"
- rvm: 2.3.1
env: PUPPET_GEM_VERSION="~> 3" FUTURE_PARSER="yes"
env: PUPPET_GEM_VERSION="~> 4"

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

# Compatibility
Puppet v3 with Ruby 1.9.3, 2.0.0, 2.1.9 and 2.3.1 on the following platforms.
Puppet >= 4.7.0 with Ruby 2.1.9 and 2.3.1 on the following platforms.

* Debian 6
* Debian 7
Expand All @@ -17,7 +17,6 @@ Puppet v3 with Ruby 1.9.3, 2.0.0, 2.1.9 and 2.3.1 on the following platforms.
# Dependencies

* [PuppetLabs stdlib](https://forge.puppetlabs.com/puppetlabs/stdlib)
* [zleslie pkgng](https://forge.puppetlabs.com/zleslie/pkgng) must be installed for FreeBSD support on Puppet versions < 4.1.0

## Ruby Class

Expand Down

0 comments on commit 03fe894

Please sign in to comment.