fix travis

This commit is contained in:
TomasVotruba 2017-08-06 19:30:19 +02:00
parent f8420008f3
commit 14fe13817a

View File

@ -16,9 +16,9 @@ script:
- vendor/bin/phpunit $PHPUNIT_FLAGS - vendor/bin/phpunit $PHPUNIT_FLAGS
# check coding standard (defined in composer.json "scripts" section) # check coding standard (defined in composer.json "scripts" section)
# if this fails, run "composer fs" to fix all fixable issues # 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) # check with phpstan (defined in composer.json "scripts" section)
- composer ps # - composer phpstan
after_script: after_script:
# upload coverage.xml file to Coveralls to analyze it # upload coverage.xml file to Coveralls to analyze it