From 146df4eec36c2844b528a2f5c9007c8fc4c06d4e Mon Sep 17 00:00:00 2001 From: Bartek Fabiszewski Date: Wed, 6 Sep 2017 22:39:14 +0200 Subject: [PATCH] Travis: fix coverity --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fa9e100..3475447 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,5 +35,5 @@ addons: description: "Build submitted via Travis CI" notification_email: scan.coverity@fabiszewski.net build_command_prepend: "" - build_command: "cov-build --dir cov-int --no-command --fs-capture-search ./ --fs-capture-search-exclude-regex vendor/ --fs-capture-search-exclude-regex .tests/ --fs-capture-search-exclude-regex config.php --fs-capture-search-exclude-regex .docker/" + build_command: "--no-command --fs-capture-search ./ --fs-capture-search-exclude-regex vendor/ --fs-capture-search-exclude-regex .tests/ --fs-capture-search-exclude-regex config.php --fs-capture-search-exclude-regex .docker/" branch_pattern: master \ No newline at end of file