travis: add describe command run

This commit is contained in:
Tomas Votruba 2018-04-29 01:02:17 +02:00
parent c21b76cd90
commit b6a28763b5

View File

@ -26,6 +26,8 @@ script:
- if [[ $STATIC_ANALYSIS != "" ]]; then composer phpstan; fi
# Rector demo run
- if [[ $RUN_RECTOR != "" ]]; then bin/rector process src tests --level symfony40 --dry-run; fi
# Rector describe command
- if [[ $RUN_RECTOR != "" ]]; then bin/rector describe --level all; fi
after_script:
# upload coverage to Coveralls.io