diff --git a/.travis.yml b/.travis.yml index 23446dee3a5..4d6bb94e2a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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