File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,16 @@ Gemfile:
88 platforms : ["mswin", "mingw", "x64_mingw"]
99 version : ' < 2.6.0'
1010.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
1221spec/spec_helper.rb :
1322 unmanaged : true
1423appveyor.yml :
@@ -21,6 +30,6 @@ NOTICE:
2130 copyright_holders :
2231 - name : ' Josh Cooper, original author'
2332 begin : 2013
33+ end : 2013
2434 - name : ' Puppet, Inc.'
2535 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.
12---
2- # Require sudo and Ubuntu 14 to install PowerShell
33sudo : required
44dist : trusty
55language : ruby
66cache : bundler
77script : " bundle exec rake release_checks"
8- # Inserting below due to the following issue: https://github.com/travis-ci/travis-ci/issues/3531#issuecomment-88311203
98before_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
1310 - curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
1411 - curl https://packages.microsoft.com/config/ubuntu/14.04/prod.list | sudo tee /etc/apt/sources.list.d/microsoft.list
1512 - sudo apt-get update
1613 - sudo apt-get install -y powershell
1714matrix :
1815 fast_finish : true
1916 include :
20- - rvm : 2.3 .1
17+ - rvm : 2.4 .1
2118 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
2421 bundler_args : --without system_tests
2522 env : PUPPET_GEM_VERSION="~> 4.0"
2623notifications :
Original file line number Diff line number Diff line change 11Puppet Module - puppetlabs-powershell
22
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.
55
66Licensed under the Apache License, Version 2.0 (the "License");
77you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments