aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis-build.sh b/scripts/travis-build.sh
index 6d16e14e..badaf97c 100755
--- a/scripts/travis-build.sh
+++ b/scripts/travis-build.sh
@@ -32,7 +32,7 @@ coverity_scan() {
export COVERITY_SCAN_PROJECT_NAME="${TRAVIS_REPO_SLUG}"
export COVERITY_SCAN_NOTIFICATION_EMAIL="google-breakpad-dev@googlegroups.com"
- export COVERITY_SCAN_BUILD_COMMAND="build"
+ export COVERITY_SCAN_BUILD_COMMAND="./configure && make -j${JOBS}"
export COVERITY_SCAN_BUILD_COMMAND_PREPEND="git clean -q -x -d -f; git checkout -f"
export COVERITY_SCAN_BRANCH_PATTERN="master"