From 683869342299e5339e36b4e7affcf3d875baee9b Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Mon, 11 May 2020 16:30:14 +0800 Subject: [PATCH] fixup: fix make command to make coverity_scan work. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b460ad05b0..8696f1afc3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -115,7 +115,7 @@ matrix: # The command that will be added as an argument to "cov-build" to compile your project for analysis, # ** likely specific to your build ** - build_command: make > /dev/null + build_command: make # Pattern to match selecting branches that will run analysis. We recommend leaving this set to 'coverity_scan'. # Take care in resource usage, and consider the build frequency allowances per -- GitLab