Skip to content

Commit

Permalink
Merge pull request voxpupuli#645 from jhoblitt/maint/travis-puppet-ve…
Browse files Browse the repository at this point in the history
…rsions

bump travis puppet version matrix
  • Loading branch information
R. Tyler Croy authored Sep 29, 2016
2 parents c9bddaa + 9761ed7 commit 037a591
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ script:
- "bundle exec rake SPEC_OPTS='--format documentation --order random'"
env:
- PUPPET_VERSION="~> 3.8.0"
- PUPPET_VERSION="~> 4.4.0"
- PUPPET_VERSION="~> 4.5.0"
- PUPPET_VERSION="~> 4.6.0"
- PUPPET_VERSION="~> 4.7.0"
matrix:
include:
- rvm: '2.1'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem 'rspec-puppet', '~> 2.1.0'
gem 'puppetlabs_spec_helper', :require => false
gem 'puppet-syntax', '>= 1.1.0'
gem 'json'
gem 'puppet', ENV['PUPPET_VERSION'] || '~> 3.5'
gem 'puppet', ENV['PUPPET_VERSION'] || '~> 4.7'
gem 'metadata-json-lint'
gem 'retries', '~> 0.0.5'
gem 'travis', '~> 1.8'
Expand Down

0 comments on commit 037a591

Please sign in to comment.