Skip to content

Commit f0c19bf

Browse files
committed
Fix Travis
1 parent 0c6345f commit f0c19bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ before_script:
1414
script:
1515
- ./vendor/bin/php-cs-fixer fix --diff --verbose --dry-run
1616
- ./vendor/bin/phpunit --coverage-clover coverage-clover.xml
17-
- ./vendor/bin/phpstan analyse -c phpstan.neon --level max src tests
17+
- ./vendor/bin/phpstan analyse
1818

1919
after_script:
2020
- wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover coverage-clover.xml

0 commit comments

Comments
 (0)