fix travis

This commit is contained in:
TomasVotruba 2017-08-06 19:30:19 +02:00
parent f8420008f3
commit 14fe13817a
1 changed files with 2 additions and 2 deletions

View File

@ -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