mirror of
https://github.com/inspec/inspec
synced 2024-11-14 00:47:10 +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
|
||||
env:
|
||||
- SLOW=1
|
||||
- CI_ENABLE_COVERAGE=true
|
||||
matrix:
|
||||
fast_finish: true
|
||||
include:
|
||||
- rvm: 2.6.3
|
||||
- rvm: 2.5.5
|
||||
|
|
Loading…
Reference in a new issue