forked from puppetlabs/puppetlabs-powershell
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.sync.yml
More file actions
39 lines (39 loc) · 1.17 KB
/
.sync.yml
File metadata and controls
39 lines (39 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
Rakefile:
unmanaged: true
Gemfile:
optional:
':development':
- gem: 'rspec-puppet'
platforms: ["mswin", "mingw", "x64_mingw"]
version: '< 2.6.0'
':system_tests':
- gem: beaker-testmode_switcher
version: '~> 0.4'
- gem: master_manipulator
.travis.yml:
# Require sudo and Ubuntu 14 to install PowerShell
sudo: required
dist: trusty
# Powershell installation instructions from
# https://github.com/PowerShell/PowerShell/blob/master/docs/installation/linux.md#ubuntu-1404
before_install:
- curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
- curl https://packages.microsoft.com/config/ubuntu/14.04/prod.list | sudo tee /etc/apt/sources.list.d/microsoft.list
- sudo apt-get update
- sudo apt-get install -y powershell
spec/spec_helper.rb:
unmanaged: true
appveyor.yml:
test_script:
- 'bundle exec rspec spec/unit spec/integration -fd -b'
MAINTAINERS.md:
maintainers:
- "Puppet Windows Team `windows |at| puppet |dot| com`"
NOTICE:
copyright_holders:
- name: 'Josh Cooper, original author'
begin: 2013
end: 2013
- name: 'Puppet, Inc.'
begin: 2013