You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ut...@apache.org on 2018/05/17 21:33:08 UTC

[mynewt-core] branch coverity_scan updated: Fix

This is an automated email from the ASF dual-hosted git repository.

utzig pushed a commit to branch coverity_scan
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/coverity_scan by this push:
     new 55256cc  Fix
55256cc is described below

commit 55256cc15a73104e6419eca285d07eac6cd9daaa
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Thu May 17 18:34:49 2018 -0300

    Fix
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 634dfbc..368abd5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,4 +37,4 @@ addons:
     branch_pattern: "coverity_scan"
 
 after_script:
-  - cat /home/travis/build/apache/mynewt-core/cov-int/build-lig.txt
+  - grep WARNING /home/travis/build/apache/mynewt-core/cov-int/build-log.txt | head -n 100

-- 
To stop receiving notification emails like this one, please contact
utzig@apache.org.