Skip to content

Commit

Permalink
add Puppet 6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Oct 4, 2018
1 parent c67293a commit 482e7bb
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions config_defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,19 @@
env: PUPPET_VERSION="~> 5.0" CHECK=test
bundler_args: --without system_tests development release
- rvm: 2.5.1
env: PUPPET_VERSION="~> 5.0" CHECK=test_with_coveralls
bundler_args: --without system_tests development release
- rvm: 2.4.4
env: PUPPET_VERSION="~> 5.0" CHECK=rubocop
env: PUPPET_VERSION="~> 6.0" CHECK=test_with_coveralls
bundler_args: --without system_tests development release
- rvm: 2.5.1
env: PUPPET_VERSION="~> 6.0" CHECK=rubocop
bundler_args: --without system_tests development release
- rvm: 2.4.4
env: PUPPET_VERSION="~> 5.0" CHECK=build DEPLOY_TO_FORGE=yes
bundler_args: --without system_tests development release
Gemfile:
required:
':test':
- gem: puppetlabs_spec_helper
version: '~> 2.6'
- gem: rspec-puppet
version: '~> 2.5'
version: '~> 2.11.0'
- gem: rspec-puppet-facts
- gem: rspec-puppet-utils
- gem: puppet-lint-leading_zero-check
Expand Down

0 comments on commit 482e7bb

Please sign in to comment.