Skip to content

Commit

Permalink
fix phpstan exec
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangut committed Aug 19, 2019
1 parent e2abacf commit fb5ad6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ before_install:
- composer self-update --stable --no-progress

install:
- travis_retry composer update $COMPOSER_FLAGS --no-interaction --no-scripts --no-progress
- travis_retry composer update $COMPOSER_FLAGS --no-interaction --no-progress
- if [[ $TEST_VERSION ]]; then travis_retry composer require php-coveralls/php-coveralls $COMPOSER_FLAGS --no-interaction --no-scripts --no-progress ; fi

script:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"qa-phpcpd": "phpcpd src",
"qa-phpmd": "phpmd src text unusedcode,naming,design,controversial,codesize",
"qa-phpmnd": "phpmnd ./ --exclude=tests",
"qa-phpstan": "phpstan analyse --level max --configuration=phpstan.neon --memory-limit=2G --no-progress src",
"qa-phpstan": "phpstan analyse --configuration=phpstan.neon --memory-limit=2G --no-progress",
"test-phpunit": "phpunit",
"test-infection": "infection",
"report-phpunit-coverage": "phpunit --coverage-html build/coverage",
Expand Down

0 comments on commit fb5ad6b

Please sign in to comment.