fix docs command in travis

This commit is contained in:
Tomas Votruba 2019-02-04 04:29:46 +01:00
parent 663af70446
commit 1f093ca9f9

View File

@ -38,7 +38,7 @@ script:
- |
if [[ $RUN_RECTOR == true ]]; then
bin/rector process src --level symfony40 --dry-run
bin/rector generate-docs >> rector-overview.md
composer docs
fi
# Run standalone install in non-root package, ref https://github.com/rectorphp/rector/issues/732