Skip to content

Commit 130a9de

Browse files
authored
Merge pull request #94 from glennsarti/fix-appveyor
Allow Puppet 5.0 tests to fail
2 parents b86e2fe + 177563b commit 130a9de

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

appveyor.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ environment:
1515
RUBY_VER: 21-x64
1616
RAKE_TASK: test
1717
# Latest Puppet
18-
- PUPPET_GEM_VERSION: "> 4.0.0"
19-
RUBY_VER: 23-x64
18+
- PUPPET_GEM_VERSION: "~> 5.0"
19+
RUBY_VER: 24-x64
2020
RAKE_TASK: test
2121
# Ruby style
22-
- PUPPET_GEM_VERSION: "> 4.0.0"
22+
- PUPPET_GEM_VERSION: "~> 4.0"
2323
RUBY_VER: 23-x64
2424
RAKE_TASK: rubocop
2525

@@ -33,9 +33,13 @@ matrix:
3333
fast_finish: true
3434
allow_failures:
3535
# Ruby style
36-
- PUPPET_GEM_VERSION: "> 4.0.0"
36+
- PUPPET_GEM_VERSION: "~> 4.0"
3737
RUBY_VER: 23-x64
3838
RAKE_TASK: rubocop
39+
# Latest Puppet
40+
- PUPPET_GEM_VERSION: "~> 5.0"
41+
RUBY_VER: 24-x64
42+
RAKE_TASK: test
3943

4044
install:
4145
- ps: |

0 commit comments

Comments
 (0)