mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
ci: remove print-logs.sh to try to fix failing builds on Travis
This commit is contained in:
parent
1ac9085b0a
commit
dfcca66fdc
1 changed files with 2 additions and 1 deletions
|
|
@ -76,4 +76,5 @@ script:
|
|||
- ./scripts/ci/angular.sh
|
||||
# all the scripts under this line will not quickly abort in case ${TRAVIS_TEST_RESULT} is 1 (job failure)
|
||||
- ./scripts/ci/cleanup.sh
|
||||
- ./scripts/ci/print-logs.sh
|
||||
# Disabled so we can debug Travis build failures on Master seeming to coming from printing logs
|
||||
# - ./scripts/ci/print-logs.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue