From 64943e42d4b4b6f4163bcc1fd36c87b24de190e4 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Tue, 21 Apr 2020 14:44:09 +0800 Subject: [PATCH] fix make sequence for coverity_scan. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 994928bb01..49c94e5247 100644 --- a/.travis.yml +++ b/.travis.yml @@ -100,7 +100,7 @@ matrix: # Commands to prepare for build_command # ** likely specific to your build ** - build_command_prepend: cmake .. + build_command_prepend: cmake . # The command that will be added as an argument to "cov-build" to compile your project for analysis, # ** likely specific to your build **