Skip to content

Commit 676c74c

Browse files
committed
Fix acceptance testing on osx
1 parent 4c5898c commit 676c74c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
env: PUPPET_GEM_VERSION="~> 6.0" CHECK=parallel_spec
2222
rvm: 2.5.3
2323
stage: spec
24-
- bundler_args:
25-
os: osx
24+
- os: osx
25+
bundler_args: --with system_tests
2626
rvm: 2.5.1
2727
before_script:
2828
- brew update

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
stage: spec
106106
-
107107
before_script: ["brew update", "brew install openssl", "bundle exec rake spec_prep"]
108-
bundler_args:
108+
bundler_args: --with system_tests
109109
os: osx
110110
rvm: 2.5.1
111111
script: ["bundle exec rake litmus:acceptance:localhost"]

0 commit comments

Comments
 (0)