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 b5de9e6Copy full SHA for b5de9e6
.sync.yml
@@ -21,9 +21,9 @@
21
env: PUPPET_GEM_VERSION="~> 6.0" CHECK=parallel_spec
22
rvm: 2.5.3
23
stage: spec
24
- - bundler_args:
25
- os: osx
26
- rvm: 2.5.1
+ - os: osx
+ bundler_args: --with system_tests
+ rvm: 2.5.3
27
before_script:
28
- brew update
29
- brew install openssl
.travis.yml
@@ -105,9 +105,9 @@ 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"]
112
stage: acceptance
113
branches:
0 commit comments