File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11build :
22 environment :
33 variables :
4- COMPOSER_ROOT_VERSION : ' 0.11 .99'
4+ COMPOSER_ROOT_VERSION : ' 0.12 .99'
55
66 nodes :
77 analysis :
Original file line number Diff line number Diff line change 1919
2020update-root-version : # # Check the lastest GitHub release and update COMPOSER_ROOT_VERSION accordingly
2121update-root-version :
22- rm .composer-root-version
22+ rm .composer-root-version || true
2323 $(MAKE ) .composer-root-version
2424
2525
Original file line number Diff line number Diff line change 1717try {
1818 $ composerRootVersion = get_composer_root_version (get_last_tag_name ());
1919} catch (RuntimeException $ exception ) {
20- if (' humbug/box ' !== getenv ('TRAVIS_REPO_SLUG ' )) {
20+ if (false !== getenv ( ' TRAVIS ' ) && false === getenv ('GITHUB_TOKEN ' )) {
2121 // Ignore this PR to avoid too many builds to fail untimely or locally due to API rate limits because the last
2222 // release version could not be retrieved.
2323 return ;
You can’t perform that action at this time.
0 commit comments