mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 11:44:14 +01:00
travis: add explicit tag to split
This commit is contained in:
parent
aa98eb5d9e
commit
728b29cb48
12
.travis.yml
12
.travis.yml
@ -16,10 +16,14 @@ jobs:
|
||||
include:
|
||||
-
|
||||
name: "Split Monorepo"
|
||||
script:
|
||||
- composer update --ansi
|
||||
# travis_retry to prevent fails
|
||||
- travis_retry vendor/bin/monorepo-builder split --max-processes 6 --ansi
|
||||
script: |
|
||||
composer update --ansi
|
||||
|
||||
if [ "${TRAVIS_TAG}" != "" ]; then
|
||||
vendor/bin/monorepo-builder split --max-processes 6 --tag ${TRAVIS_TAG} --ansi
|
||||
else
|
||||
vendor/bin/monorepo-builder split --max-processes 6 --ansi
|
||||
if
|
||||
|
||||
# inspired by https://github.com/phpstan/phpstan-src/blob/088b9fab470632cea07f08a936fb0923a59b2ecb/.travis.yml#L47-L59
|
||||
# "Deploy to https://github.com/rectorphp/rector-prefixed"
|
||||
|
Loading…
x
Reference in New Issue
Block a user