Skip to content

Commit 5d5b527

Browse files
committed
(maint) reactivate testing on OS-X
1 parent fa22e04 commit 5d5b527

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

.sync.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,18 @@
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
1821
appveyor.yml:
1922
simplecov: true
2023
install_post:

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
---
2-
os:
3-
- linux
4-
- osx # only tests Mac OSX edition of PowerShell Core
52
dist: xenial
63
language: ruby
74
cache: 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

0 commit comments

Comments
 (0)