From 8e9b98b69703cc901a1e0704f0ad54cfee9db97c Mon Sep 17 00:00:00 2001 From: Weston Schmidt Date: Tue, 15 Sep 2020 11:52:04 -0700 Subject: [PATCH] Disable coverity since it makes the build always fail. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 62f6426..a749702 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ after_success: stages: - test - - coverity + #- coverity - tag - release