Skip to content

Commit

Permalink
Merge pull request sensu#799 from ghoneycutt/support_puppet_5_1
Browse files Browse the repository at this point in the history
Support puppet 5.1
  • Loading branch information
ghoneycutt authored Aug 18, 2017
2 parents 49b057e + 3b55573 commit da1571b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ script: 'SPEC_OPTS="--format documentation" bundle exec rake validate lint spec
matrix:
fast_finish: true
include:
- rvm: 2.1.9
env: PUPPET_GEM_VERSION="~> 4.5.0"
- rvm: 2.1.9
env: PUPPET_GEM_VERSION="~> 4.6.0"
- rvm: 2.1.9
Expand All @@ -32,10 +30,10 @@ matrix:
env: PUPPET_GEM_VERSION="~> 4.9.0"
- rvm: 2.1.9
env: PUPPET_GEM_VERSION="~> 4.10.0"
- rvm: 2.1.9
env: PUPPET_GEM_VERSION="~> 4"
- rvm: 2.4.1
env: PUPPET_GEM_VERSION="~> 5.0.0"
- rvm: 2.4.1
env: PUPPET_GEM_VERSION="~> 5.1.0"
- rvm: 2.4.1
env: PUPPET_GEM_VERSION="~> 5"

Expand Down

0 comments on commit da1571b

Please sign in to comment.