Skip to content

Commit 31439c3

Browse files
authored
Merge pull request #290 from szepeviktor/patch-1
scrutinizer is not set up
2 parents f498d95 + 5865efb commit 31439c3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,4 @@ install:
6262
script:
6363
- if [ "$VALIDATE_CODING_STYLE" == "true" ]; then composer phpcs; fi
6464
- if [ "$RUN_PHPSTAN" == "true" ]; then composer phpstan; fi
65-
- composer phpunit
66-
after_script:
67-
- if [ "$COLLECT_COVERAGE" == "true" ]; then wget https://scrutinizer-ci.com/ocular.phar
68-
&& php ocular.phar code-coverage:upload --format=php-clover build/clover.xml; fi
65+
- composer run-script phpunit

0 commit comments

Comments
 (0)