Remove a un-needed linux build, make coverage SLOW=1

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

View file

@ -29,6 +29,8 @@ matrix:
exclude:
- os: osx
env: CI_ENABLE_COVERAGE=true
- os: linux
env: SLOW=1
include:
- rvm: 2.6.3
- rvm: 2.5.5
@ -65,4 +67,4 @@ matrix:
env: SUITE=test:integration[default-fedora-29]
allow_failures:
- script: bundle exec rake test
env: CI_ENABLE_COVERAGE=true
env: CI_ENABLE_COVERAGE=true SLOW=1