mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
Must define the env at top level or it won't join matrix.
Also enable fast finish so we don't wait on allowed fails before returning build status. Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
2a6e32e7a1
commit
6a2dd21494
1 changed files with 2 additions and 0 deletions
|
@ -23,7 +23,9 @@ before_install:
|
||||||
- bundle --version
|
- bundle --version
|
||||||
env:
|
env:
|
||||||
- SLOW=1
|
- SLOW=1
|
||||||
|
- CI_ENABLE_COVERAGE=true
|
||||||
matrix:
|
matrix:
|
||||||
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
- rvm: 2.6.3
|
- rvm: 2.6.3
|
||||||
- rvm: 2.5.5
|
- rvm: 2.5.5
|
||||||
|
|
Loading…
Reference in a new issue