Skip to content

Commit

Permalink
Add infection results to travis build reports
Browse files Browse the repository at this point in the history
  • Loading branch information
Stratadox committed May 6, 2018
1 parent b3aa26e commit cc89dcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ script:
- vendor/bin/phpunit -c phpunit.xml --testdox
- vendor/bin/phpstan analyse src tests --level=7
- ./infection.phar --min-msi=100 --min-covered-msi=100
- touch build/logs/infection-log.txt
- cat build/logs/infection-log.txt

after_success:
- travis_retry php vendor/bin/php-coveralls
Expand Down

0 comments on commit cc89dcb

Please sign in to comment.