Skip to content

Commit

Permalink
Removed puppet < 4.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
crayfishx committed Jun 19, 2018
1 parent d3a8b5d commit aa08d70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@ script: "bundle exec rake test SPEC_OPTS='--format documentation'"
matrix:
fast_finish: true
include:
- rvm: 2.1.9
env: PUPPET_VERSION="~> 4.0.0"
- rvm: 2.1.9
env: PUPPET_VERSION="~> 4.1.0"
- rvm: 2.1.9
env: PUPPET_VERSION="~> 4.2.0"
- rvm: 2.1.9
env: PUPPET_VERSION="~> 4.3.0"
- rvm: 2.1.9
env: PUPPET_VERSION="~> 4.4.0"
- rvm: 2.1.9
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.0.0 < 6.0.0"
"version_requirement": ">= 4.4.0 < 6.0.0"
}
],
"operatingsystem_support": [
Expand Down

0 comments on commit aa08d70

Please sign in to comment.