We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b86e2fe + 177563b commit 130a9deCopy full SHA for 130a9de
appveyor.yml
@@ -15,11 +15,11 @@ environment:
15
RUBY_VER: 21-x64
16
RAKE_TASK: test
17
# Latest Puppet
18
- - PUPPET_GEM_VERSION: "> 4.0.0"
19
- RUBY_VER: 23-x64
+ - PUPPET_GEM_VERSION: "~> 5.0"
+ RUBY_VER: 24-x64
20
21
# Ruby style
22
+ - PUPPET_GEM_VERSION: "~> 4.0"
23
RUBY_VER: 23-x64
24
RAKE_TASK: rubocop
25
@@ -33,9 +33,13 @@ matrix:
33
fast_finish: true
34
allow_failures:
35
36
37
38
39
+ # Latest Puppet
40
41
42
+ RAKE_TASK: test
43
44
install:
45
- ps: |
0 commit comments