Skip to content

Commit 76c83fd

Browse files
committed
Fix acceptance testing on osx
1 parent 4c5898c commit 76c83fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- travis_el7
1919
includes:
2020
- os: osx
21-
env: PUPPET_GEM_VERSION="~> 6.0" CHECK=parallel_spec
21+
env: PUPPET_GEM_VERSION="~> 6.0" CHECK=parallel_spec BUNDLE_WITH=system_tests
2222
rvm: 2.5.3
2323
stage: spec
2424
- bundler_args:

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
rvm: 2.5.7
100100
stage: spec
101101
-
102-
env: PUPPET_GEM_VERSION="~> 6.0" CHECK=parallel_spec
102+
env: PUPPET_GEM_VERSION="~> 6.0" CHECK=parallel_spec BUNDLE_WITH=system_tests
103103
os: osx
104104
rvm: 2.5.3
105105
stage: spec

0 commit comments

Comments
 (0)