Skip to content

Commit b5afe24

Browse files
author
Daniel Carabas
committed
Set bundler_args with system tests for travis_el8
1 parent c928330 commit b5afe24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ jobs:
5656
- "bundle exec rake litmus:install_module"
5757
env:
5858
PLATFORMS: travis_el7_puppet6
59-
BUNDLE_WITH: system_tests
6059
rvm: 2.5.7
6160
script: ["travis_wait 45 bundle exec rake litmus:acceptance:parallel"]
6261
services: docker
6362
stage: acceptance
64-
- before_script:
63+
- bundler_args: --with system_tests
64+
before_script:
6565
- "bundle exec rake 'litmus:provision_list[travis_el8]'"
6666
- "bundle exec rake 'litmus:install_agent[puppet6]'"
6767
- "bundle exec rake litmus:install_module"

0 commit comments

Comments
 (0)