diff options
author | Simon Warta <[email protected]> | 2015-07-08 01:00:51 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2015-07-08 08:02:55 +0200 |
commit | 9694cfe01641bfac55073e750b091117df0e500b (patch) | |
tree | a370a5cf15fd1889fc7782a14d1c5d2bc8f20433 /.travis.yml | |
parent | c3ff85f2f1d0e405719958b9f40b4bfc758581e5 (diff) |
Update COVERITY_SCAN config
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 46a009ea5..c6213b4cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ install: - ./src/scripts/ci/setup.sh script: - - ./src/scripts/ci/build.sh + - if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then ./src/scripts/ci/build.sh ; fi after_success: - ./src/scripts/ci/after_success.sh @@ -44,5 +44,5 @@ addons: name: "randombit/botan" notification_email: [email protected] build_command_prepend: "./configure.py" - build_command: "make -j4" + build_command: "make -j2" branch_pattern: coverity_scan |