mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-18 23:05:25 +01:00
travis: add dog food run
This commit is contained in:
parent
9262ef9e4b
commit
d64dcfbc54
@ -12,6 +12,8 @@ matrix:
|
||||
env: STANDALONE=true
|
||||
- php: 7.3
|
||||
env: COVERAGE=true
|
||||
- php: 7.3
|
||||
env: DOG_FOOD=true
|
||||
allow_failures:
|
||||
- php: 7.1
|
||||
env: CODING_STANDARD=true
|
||||
@ -42,6 +44,12 @@ script:
|
||||
composer docs
|
||||
fi
|
||||
|
||||
# eat your own dog fodd
|
||||
- |
|
||||
if [[ $DOG_FOOD == true ]]; then
|
||||
bin/rector process src packages --level dead-code --dry-run
|
||||
fi
|
||||
|
||||
# Run standalone install in non-root package, ref https://github.com/rectorphp/rector/issues/732
|
||||
- |
|
||||
if [[ $STANDALONE == true ]]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user