Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed infection due to functional test incompatibility.
  • Loading branch information
Bilge committed Feb 6, 2020
1 parent d345170 commit f2b5267
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -33,9 +33,7 @@ install:
- composer --no-interaction update --no-progress --no-suggest $DEPENDENCIES

script:
- composer test -- --coverage-clover=build/logs/clover.xml --coverage-xml=build/coverage/coverage-xml
--log-junit=build/coverage/phpunit.junit.xml || exit
- travis_retry timeout -k 60s 30s vendor/bin/infection --min-msi=69 --threads=$(nproc) --coverage=build/coverage
- composer test -- --coverage-clover=build/logs/clover.xml

after_success:
- composer require php-coveralls/php-coveralls:^2
Expand Down
1 change: 0 additions & 1 deletion composer.json
Expand Up @@ -17,7 +17,6 @@
"require-dev": {
"amphp/parallel": "^1.2",
"amphp/phpunit-util": "^1.2",
"infection/infection": ">=0.13.6",
"mockery/mockery": "^1",
"phpunit/phpunit": "^7.5",
"symfony/process": "^3.3"
Expand Down

0 comments on commit f2b5267

Please sign in to comment.