aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMike Frysinger <vapier@chromium.org>2017-02-06 15:25:48 -0500
committerMike Frysinger <vapier@chromium.org>2017-02-17 16:53:16 +0000
commit644e71591b17f460af27cb486a352fd011fb1c0e (patch)
tree64c57e1bca3c10cc9de625aaf4a903aaa2483a53 /scripts
parentFix compile errors arising from compiling breakpad with clang. (diff)
downloadbreakpad-644e71591b17f460af27cb486a352fd011fb1c0e.tar.xz
travis: add a clang build
We rework the matrix a bit to avoid the implicit explosion of duplicated results. Change-Id: I9a2d91b3a6a55bf2843e0e90d59fe5710bd639c7 Reviewed-on: https://chromium-review.googlesource.com/444544 Reviewed-by: Ted Mielczarek <ted@mielczarek.org>
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 fca1773e..a5f7ad56 100755
--- a/scripts/travis-build.sh
+++ b/scripts/travis-build.sh
@@ -24,7 +24,7 @@ setup_env() {
# We also do it by hand because when we're throttled, the addon will exit
# the build immediately and skip the main script!
coverity_scan() {
- if [ "${TRAVIS_JOB_NUMBER##*.}" != "1" ] || \
+ if [ "${COVERITY_SCAN}" != "true" ] || \
[ -n "${TRAVIS_TAG}" ] || \
[ "${TRAVIS_PULL_REQUEST}" = "true" ]
then