mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Shuffle around where we define the bundler args
The group exclusions weren't getting applied at the top level like one might assume. Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
parent
68ff8d8b43
commit
34e105fb59
1 changed files with 9 additions and 2 deletions
11
.travis.yml
11
.travis.yml
|
@ -6,7 +6,6 @@ cache: bundler
|
|||
dist: xenial
|
||||
services:
|
||||
- docker
|
||||
bundler_args: "--without integration tools maintenance deploy"
|
||||
before_install:
|
||||
- gem update --system
|
||||
- gem --version
|
||||
|
@ -14,9 +13,13 @@ before_install:
|
|||
matrix:
|
||||
include:
|
||||
- rvm: 2.3.8
|
||||
bundler_args: "--without integration tools maintenance deploy"
|
||||
- rvm: 2.4.5
|
||||
bundler_args: "--without integration tools maintenance deploy"
|
||||
- rvm: 2.5.3
|
||||
bundler_args: "--without integration tools maintenance deploy"
|
||||
#- rvm: 2.6.1 # this needs a few fixes to get enabled
|
||||
# bundler_args: "--without integration tools maintenance deploy"
|
||||
- rvm: 2.4.5
|
||||
script: bundle exec rake $SUITE
|
||||
env: SUITE="test:functional"
|
||||
|
@ -51,7 +54,11 @@ matrix:
|
|||
- rvm: 2.5.3
|
||||
script: bundle exec rake $SUITE
|
||||
bundler_args: "--without tools maintenance deploy"
|
||||
env: SUITE=test:integration[default-oracle-72]
|
||||
env: SUITE=test:integration[default-oraclelinux-6]
|
||||
- rvm: 2.5.3
|
||||
script: bundle exec rake $SUITE
|
||||
bundler_args: "--without tools maintenance deploy"
|
||||
env: SUITE=test:integration[default-oraclelinux-7]
|
||||
- rvm: 2.5.3
|
||||
script: bundle exec rake $SUITE
|
||||
bundler_args: "--without tools maintenance deploy"
|
||||
|
|
Loading…
Add table
Reference in a new issue