summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-12-26 11:57:56 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-12-26 12:32:33 -0800
commiteb95cd02c17101980a576cf299093185c109be9a (patch)
treeb3239fb9a7058a4a026f01d43db90319404b7d2a /.travis.yml
parentf4c1cef73b32255c6b3f3bc4a7f5f6851194f8ff (diff)
downloadsubsurface-eb95cd02c17101980a576cf299093185c109be9a.tar.gz
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 <dirk@hohndel.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
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