Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mimmi20 committed Jun 23, 2019
1 parent be59f4c commit b7e6fb7
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 @@ -112,7 +112,7 @@ jobs:
- echo 'zend.assertions=1' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
- echo 'assert.exception=On' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
- composer self-update
script: vendor/bin/infection --min-covered-msi=95 --min-msi=95 --only-covered
script: vendor/bin/infection --min-covered-msi=100 --min-msi=100 --only-covered

notifications:
email: false

0 comments on commit b7e6fb7

Please sign in to comment.