From eb95cd02c17101980a576cf299093185c109be9a Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 26 Dec 2017 11:57:56 -0800 Subject: Travis: try another work around The previous hack got us to see that the error was a write error to stdout and based on https://github.com/travis-ci/travis-ci/issues/4704#issuecomment-321777557 setting filter_secrets: false will work around that issue. Signed-off-by: Dirk Hohndel --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 72cf07aed..fbf63de88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,6 +51,7 @@ matrix: # Currently hard coded to arm os: linux language: c++ + filter_secrets: false services: - docker # TODO: caching -- cgit v1.2.3-70-g09d2