File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 66 selected_profile : false
77" .travis.yml " :
88 simplecov : true
9- os :
10- - linux
11- - ' osx # only tests Mac OSX edition of PowerShell Core'
129 before_install_pre :
1310 - bash <(curl -s https://raw.githubusercontent.com/PowerShell/PowerShell/master/tools/install-powershell.sh) -skip-sudo-check
1411 - ' pwsh -NoProfile -NoLogo -NonInteractive -Command \$PSVersionTable # Output the PowerShell Core version information'
1512 - if [ $BUNDLER_VERSION ]; then
1613 gem install -v $BUNDLER_VERSION bundler --no-rdoc --no-ri;
1714 fi
15+ includes :
16+ - os : osx
17+ comment : test Mac OSX edition of PowerShell Core on a single job
18+ env : PUPPET_GEM_VERSION="~> 6.0" CHECK=parallel_spec
19+ rvm : 2.5.3
20+ stage : acceptance
1821appveyor.yml :
1922 simplecov : true
2023 install_post :
Original file line number Diff line number Diff line change 11---
2- os :
3- - linux
4- - osx # only tests Mac OSX edition of PowerShell Core
52dist : xenial
63language : ruby
74cache : bundler
@@ -40,6 +37,12 @@ matrix:
4037 env : PUPPET_GEM_VERSION="~> 6.0" CHECK=parallel_spec
4138 rvm : 2.5.3
4239 stage : spec
40+ -
41+ comment : test Mac OSX edition of PowerShell Core on a single job
42+ env : PUPPET_GEM_VERSION="~> 6.0" CHECK=parallel_spec
43+ os : osx
44+ rvm : 2.5.3
45+ stage : acceptance
4346 -
4447 env : DEPLOY_TO_FORGE=yes
4548 stage : deploy
You can’t perform that action at this time.
0 commit comments