diff --git a/.travis.yml b/.travis.yml index 6c513ae2509..179a4f35d82 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,9 +16,9 @@ script: - vendor/bin/phpunit $PHPUNIT_FLAGS # check coding standard (defined in composer.json "scripts" section) # if this fails, run "composer fs" to fix all fixable issues - - composer cs + - composer check-cs # check with phpstan (defined in composer.json "scripts" section) - - composer ps + # - composer phpstan after_script: # upload coverage.xml file to Coveralls to analyze it