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:
Miah Johnson 2019-05-18 00:13:30 -07:00
parent 2a6e32e7a1
commit 6a2dd21494

View file

@ -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