From dfcca66fdcd2d50967bb3c023ba32a4bd43d6760 Mon Sep 17 00:00:00 2001 From: Jason Aden Date: Thu, 29 Jun 2017 14:00:52 -0700 Subject: [PATCH] ci: remove print-logs.sh to try to fix failing builds on Travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 49dbef9662..dce4d9e271 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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