Skip to content

Commit b5de9e6

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.sync.yml

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

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ 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
110-
rvm: 2.5.1
110+
rvm: 2.5.3
111111
script: ["bundle exec rake litmus:acceptance:localhost"]
112112
stage: acceptance
113113
branches:

0 commit comments

Comments
 (0)