From 92c3aa4d31e07c6681c2267cbef6ebc069195ba2 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Fri, 30 Oct 2015 13:13:50 +0000 Subject: [PATCH] Try to make coverity scanning work --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7f638b73..cb0dff4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,7 @@ addons: description: "Build submitted via Travis CI" notification_email: frrrwww@gmail.com build_command_prepend: "cd src && make clean" - build_command: "cd src && make -j4" + build_command: "make -j4" branch_pattern: master script: cd src && make && make test