Skip to content

Commit

Permalink
(MODULES-4098) Sync the rest of the files
Browse files Browse the repository at this point in the history
  • Loading branch information
hunner committed Jan 19, 2017
1 parent 03bd6b9 commit 6350b36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ Rakefile:
spec/spec_helper.rb:
unmanaged: true
appveyor.yml:
matrix_extras:
- PUPPET_GEM_VERSION: 4.2.3
RUBY_VER: 21-x64
test_script:
- "'bundle exec puppet apply -e \"user {''Administrator'': ensure=>present, password => ''Th!s1sS#cur3@@@2129021'', groups=>[''Administrators''],}\" && exit 0'"
- 'bundle exec rspec spec/unit spec/integration -fd -b'
Expand Down
6 changes: 2 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ init:
- 'mkdir C:\ProgramData\PuppetLabs\puppet\var && exit 0'
environment:
matrix:
- PUPPET_GEM_VERSION: ~> 3.0
RUBY_VER: 193
- PUPPET_GEM_VERSION: ~> 3.0
RUBY_VER: 200-x64
- PUPPET_GEM_VERSION: ~> 4.0
RUBY_VER: 21
- PUPPET_GEM_VERSION: ~> 4.0
Expand All @@ -24,6 +20,8 @@ environment:
RUBY_VER: 23-x64
- PUPPET_GEM_VERSION: 4.2.3
RUBY_VER: 21-x64
- PUPPET_GEM_VERSION: 4.2.3
RUBY_VER: 21-x64
matrix:
fast_finish: true
install:
Expand Down

0 comments on commit 6350b36

Please sign in to comment.