diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-12-26 11:57:56 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-12-26 12:32:33 -0800 |
commit | eb95cd02c17101980a576cf299093185c109be9a (patch) | |
tree | b3239fb9a7058a4a026f01d43db90319404b7d2a /.travis.yml | |
parent | f4c1cef73b32255c6b3f3bc4a7f5f6851194f8ff (diff) | |
download | subsurface-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.yml | 1 |
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 |