From 8fd3c77109c62560dbf6a02dc46ca448e85b1c77 Mon Sep 17 00:00:00 2001 From: Aidan Woods Date: Sun, 10 Feb 2019 18:09:08 +0000 Subject: [PATCH] Tighten requirements --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9007774..a002f75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,7 @@ jobs: - composer install --prefer-dist --no-interaction --no-progress script: - composer test-units - - vendor/bin/infection --show-mutations --threads=4 --min-msi=80 --min-covered-msi=80 + - vendor/bin/infection --show-mutations --threads=4 --min-msi=85 --min-covered-msi=90 - <<: *MUTATION_AND_UNIT_TEST php: 7.2 - <<: *MUTATION_AND_UNIT_TEST