mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
Remove a un-needed linux build, make coverage SLOW=1
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
2b022e30d2
commit
4cde738f7a
1 changed files with 3 additions and 1 deletions
|
@ -29,6 +29,8 @@ matrix:
|
||||||
exclude:
|
exclude:
|
||||||
- os: osx
|
- os: osx
|
||||||
env: CI_ENABLE_COVERAGE=true
|
env: CI_ENABLE_COVERAGE=true
|
||||||
|
- os: linux
|
||||||
|
env: SLOW=1
|
||||||
include:
|
include:
|
||||||
- rvm: 2.6.3
|
- rvm: 2.6.3
|
||||||
- rvm: 2.5.5
|
- rvm: 2.5.5
|
||||||
|
@ -65,4 +67,4 @@ matrix:
|
||||||
env: SUITE=test:integration[default-fedora-29]
|
env: SUITE=test:integration[default-fedora-29]
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- script: bundle exec rake test
|
- script: bundle exec rake test
|
||||||
env: CI_ENABLE_COVERAGE=true
|
env: CI_ENABLE_COVERAGE=true SLOW=1
|
||||||
|
|
Loading…
Reference in a new issue