ci: remove print-logs.sh to try to fix failing builds on Travis

This commit is contained in:
Jason Aden 2017-06-29 14:00:52 -07:00 committed by Matias Niemelä
parent 1ac9085b0a
commit dfcca66fdc
1 changed files with 2 additions and 1 deletions

View File

@ -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