diff options
author | Melissa Stone <melissa@puppet.com> | 2019-01-08 15:19:48 -0800 |
---|---|---|
committer | Melissa Stone <melissa@puppet.com> | 2019-01-08 15:19:48 -0800 |
commit | 0dab5fa98dce32b4ea670e206f2751bc7e74c8ae (patch) | |
tree | 4e667ff2145da6a3333c4679982b0e962012c6c4 /appveyor.yml | |
parent | d544f2c895c22b00d9b0347f18d9cb7965b55d8d (diff) | |
download | puppet-sshkeys_core-0dab5fa98dce32b4ea670e206f2751bc7e74c8ae.tar.gz puppet-sshkeys_core-0dab5fa98dce32b4ea670e206f2751bc7e74c8ae.tar.bz2 |
(maint) update PDK to 1.8.0; update all templates
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 4a5b227..f14e28d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,8 @@ --- version: 1.1.x.{build} +branches: + only: + - master skip_commits: message: /^\(?doc\)?.*/ clone_depth: 10 @@ -30,6 +33,14 @@ environment: PUPPET_GEM_VERSION: ~> 5.0 RUBY_VERSION: 24-x64 CHECK: parallel_spec + - + PUPPET_GEM_VERSION: ~> 6.0 + RUBY_VERSION: 25 + CHECK: parallel_spec + - + PUPPET_GEM_VERSION: ~> 6.0 + RUBY_VERSION: 25-x64 + CHECK: parallel_spec matrix: fast_finish: true install: |