aboutsummaryrefslogtreecommitdiff
path: root/travis/after_success.sh
diff options
context:
space:
mode:
Diffstat (limited to 'travis/after_success.sh')
-rwxr-xr-xtravis/after_success.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/travis/after_success.sh b/travis/after_success.sh
index 8a230693..2ae34bc8 100755
--- a/travis/after_success.sh
+++ b/travis/after_success.sh
@@ -2,8 +2,12 @@
set -e
-# coveralls falsely reports .c-files in the build directories as having 100% coverage so we exclude them
-coveralls --extension .c --exclude build_autoconf --exclude build_cmake
+
+if [ "$BUILD_NAME" != "linux_clang" ]; then
+ # coveralls falsely reports .c-files in the build directories as having 100% coverage so we exclude them
+ coveralls --extension .c --exclude build_autoconf --exclude build_cmake
+fi
+
echo "$TRAVIS_SECURE_ENV_VARS"
./travis/build_docs.sh
# Only build and publish docs when changes are made on most recent maintenance branch