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 1
1
build :
2
2
environment :
3
3
variables :
4
- COMPOSER_ROOT_VERSION : ' 0.11 .99'
4
+ COMPOSER_ROOT_VERSION : ' 0.12 .99'
5
5
6
6
nodes :
7
7
analysis :
Original file line number Diff line number Diff line change 19
19
20
20
update-root-version : # # Check the lastest GitHub release and update COMPOSER_ROOT_VERSION accordingly
21
21
update-root-version :
22
- rm .composer-root-version
22
+ rm .composer-root-version || true
23
23
$(MAKE ) .composer-root-version
24
24
25
25
Original file line number Diff line number Diff line change 17
17
try {
18
18
$ composerRootVersion = get_composer_root_version (get_last_tag_name ());
19
19
} catch (RuntimeException $ exception ) {
20
- if (' humbug/box ' !== getenv ('TRAVIS_REPO_SLUG ' )) {
20
+ if (false !== getenv ( ' TRAVIS ' ) && false === getenv ('GITHUB_TOKEN ' )) {
21
21
// Ignore this PR to avoid too many builds to fail untimely or locally due to API rate limits because the last
22
22
// release version could not be retrieved.
23
23
return ;
You can’t perform that action at this time.
0 commit comments