File tree Expand file tree Collapse file tree 3 files changed +18
-12
lines changed Expand file tree Collapse file tree 3 files changed +18
-12
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,16 @@ Gemfile:
8
8
platforms : ["mswin", "mingw", "x64_mingw"]
9
9
version : ' < 2.6.0'
10
10
.travis.yml :
11
- unmanaged : true
11
+ # Require sudo and Ubuntu 14 to install PowerShell
12
+ sudo : required
13
+ dist : trusty
14
+ # Powershell installation instructions from
15
+ # https://github.com/PowerShell/PowerShell/blob/master/docs/installation/linux.md#ubuntu-1404
16
+ before_install :
17
+ - curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
18
+ - curl https://packages.microsoft.com/config/ubuntu/14.04/prod.list | sudo tee /etc/apt/sources.list.d/microsoft.list
19
+ - sudo apt-get update
20
+ - sudo apt-get install -y powershell
12
21
spec/spec_helper.rb :
13
22
unmanaged : true
14
23
appveyor.yml :
@@ -21,6 +30,6 @@ NOTICE:
21
30
copyright_holders :
22
31
- name : ' Josh Cooper, original author'
23
32
begin : 2013
33
+ end : 2013
24
34
- name : ' Puppet, Inc.'
25
35
begin : 2013
26
- end : ' latest'
Original file line number Diff line number Diff line change
1
+ # This file is generated by ModuleSync, do not edit.
1
2
---
2
- # Require sudo and Ubuntu 14 to install PowerShell
3
3
sudo : required
4
4
dist : trusty
5
5
language : ruby
6
6
cache : bundler
7
7
script : " bundle exec rake release_checks"
8
- # Inserting below due to the following issue: https://github.com/travis-ci/travis-ci/issues/3531#issuecomment-88311203
9
8
before_install :
10
- - gem update bundler
11
- # Powershell installation instructions from
12
- # https://github.com/PowerShell/PowerShell/blob/master/docs/installation/linux.md#ubuntu-1404
9
+ # Additional instructions
13
10
- curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
14
11
- curl https://packages.microsoft.com/config/ubuntu/14.04/prod.list | sudo tee /etc/apt/sources.list.d/microsoft.list
15
12
- sudo apt-get update
16
13
- sudo apt-get install -y powershell
17
14
matrix :
18
15
fast_finish : true
19
16
include :
20
- - rvm : 2.3 .1
17
+ - rvm : 2.4 .1
21
18
bundler_args : --without system_tests
22
- env : PUPPET_GEM_VERSION="~> 4 .0"
23
- - rvm : 2.1.7
19
+ env : PUPPET_GEM_VERSION="~> 5 .0"
20
+ - rvm : 2.1.9
24
21
bundler_args : --without system_tests
25
22
env : PUPPET_GEM_VERSION="~> 4.0"
26
23
notifications :
Original file line number Diff line number Diff line change 1
1
Puppet Module - puppetlabs-powershell
2
2
3
- Copyright 2013 Josh Cooper, original author
4
- Copyright 2013 - 2017 Puppet, Inc.
3
+ Copyright 2013 - 2013 Josh Cooper, original author
4
+ Copyright 2013 Puppet, Inc.
5
5
6
6
Licensed under the Apache License, Version 2.0 (the "License");
7
7
you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments