mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
f4c1cef73b
commit
eb95cd02c1
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ matrix:
|
||||||
# Currently hard coded to arm
|
# Currently hard coded to arm
|
||||||
os: linux
|
os: linux
|
||||||
language: c++
|
language: c++
|
||||||
|
filter_secrets: false
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
# TODO: caching
|
# TODO: caching
|
||||||
|
|
Loading…
Add table
Reference in a new issue