Skip to content

Commit

Permalink
Set bundler_args with system tests for travis_el8
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Carabas committed Mar 1, 2021
1 parent c928330 commit b5afe24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ jobs:
- "bundle exec rake litmus:install_module"
env:
PLATFORMS: travis_el7_puppet6
BUNDLE_WITH: system_tests
rvm: 2.5.7
script: ["travis_wait 45 bundle exec rake litmus:acceptance:parallel"]
services: docker
stage: acceptance
- before_script:
- bundler_args: --with system_tests
before_script:
- "bundle exec rake 'litmus:provision_list[travis_el8]'"
- "bundle exec rake 'litmus:install_agent[puppet6]'"
- "bundle exec rake litmus:install_module"
Expand Down

0 comments on commit b5afe24

Please sign in to comment.