From 9db26f29befe1feaa515bc3e5af65336b442d51f Mon Sep 17 00:00:00 2001 From: Matthew Munson Date: Tue, 19 Dec 2017 16:39:10 +0100 Subject: [PATCH] Adding workaround for Travis --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4909d4799..b34d917a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,10 @@ +# Fix Travis errors when sending large output to STDOUT. These write errors occurred after +# a Travis update to new Trusty images on Dec. 12th 2017. The reason for these +# write errors is unknown. Using the deprecated builds did not fix the problem. +# Setting 'filter_secrets: false' as suggested here +# https://github.com/travis-ci/travis-ci/issues/4704#issuecomment-321777557 +# fixes the problem. +filter_secrets: false language: python python: