Do not test with ruby 2.3.1 as Puppet 4 never supported it

This commit is contained in:
Garrett Honeycutt 2017-07-24 13:48:03 -04:00
parent fb07c23c8b
commit 140baa1942
2 changed files with 2 additions and 21 deletions

View File

@ -6,7 +6,6 @@ rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.3.1
env:
matrix:
@ -78,24 +77,6 @@ matrix:
env: PUPPET_GEM_VERSION="~> 4"
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="~> 4"
- 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"
notifications:
email: false

View File

@ -20,8 +20,8 @@ This module may be used with a simple `include ::ssh`
# Compatibility
This module has been tested to work on the following systems with Puppet
versions v3, v3 with future parser and v4 with Ruby versions 1.8.7 (Puppet v3
only), 1.9.3, 2.0.0, 2.1.0 and 2.3.1 (Puppet v4 only).
versions v3, v3 with future parser, and v4 with Ruby versions 1.8.7 (Puppet v3
only), 1.9.3, 2.0.0 and 2.1.0. See .travis.yml for the exact matrix.
* Debian 7
* EL 5