We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c5898c commit 676c74cCopy full SHA for 676c74c
.sync.yml
@@ -21,8 +21,8 @@
21
env: PUPPET_GEM_VERSION="~> 6.0" CHECK=parallel_spec
22
rvm: 2.5.3
23
stage: spec
24
- - bundler_args:
25
- os: osx
+ - os: osx
+ bundler_args: --with system_tests
26
rvm: 2.5.1
27
before_script:
28
- brew update
.travis.yml
@@ -105,7 +105,7 @@ jobs:
105
106
-
107
before_script: ["brew update", "brew install openssl", "bundle exec rake spec_prep"]
108
- bundler_args:
109
os: osx
110
111
script: ["bundle exec rake litmus:acceptance:localhost"]
0 commit comments