coverage should be slow=1 now!

Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
Miah Johnson 2019-05-18 00:54:43 -07:00
parent 4cde738f7a
commit 54b268f195

View file

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