Skip to content

Commit

Permalink
Adding workaround for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmun authored Dec 19, 2017
1 parent c251c00 commit 9db26f2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 9db26f2

Please sign in to comment.