Skip to content

Commit

Permalink
Increase MSI requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
lcobucci committed Jun 23, 2019
1 parent 10f2031 commit 5697cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- mv ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini{.disabled,}
- if [[ ! $(php -m | grep -si xdebug) ]]; then echo "xdebug required for mutation"; exit 1; fi
script:
- ./vendor/bin/infection -s --min-msi=90 --min-covered-msi=91 --threads=$(nproc)
- ./vendor/bin/infection -s --min-msi=100 --min-covered-msi=100 --threads=$(nproc)

- stage: Quality
env: STATIC_ANALYSIS=1
Expand Down

0 comments on commit 5697cb3

Please sign in to comment.