mirror of
https://github.com/inspec/inspec
synced 2024-11-14 00:47:10 +00:00
coverage should be slow=1 now!
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
4cde738f7a
commit
54b268f195
1 changed files with 2 additions and 2 deletions
|
@ -23,12 +23,12 @@ before_install:
|
|||
- bundle --version
|
||||
env:
|
||||
- SLOW=1
|
||||
- CI_ENABLE_COVERAGE=true
|
||||
- CI_ENABLE_COVERAGE=true SLOW=1
|
||||
matrix:
|
||||
fast_finish: true
|
||||
exclude:
|
||||
- os: osx
|
||||
env: CI_ENABLE_COVERAGE=true
|
||||
env: CI_ENABLE_COVERAGE=true SLOW=1
|
||||
- os: linux
|
||||
env: SLOW=1
|
||||
include:
|
||||
|
|
Loading…
Reference in a new issue