summaryrefslogtreecommitdiff
path: root/.travis.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis.sh')
-rwxr-xr-x.travis.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.sh b/.travis.sh
index 6b8b8d35..e4ab4175 100755
--- a/.travis.sh
+++ b/.travis.sh
@@ -61,6 +61,8 @@ elif [[ ${MODE} = cppcheck ]]; then
elif [[ ${MODE} = clang-format ]]; then
./apply-clang-format.sh
git diff --exit-code
+elif [[ ${MODE} = coverage-sh ]]; then
+ ./coverage.sh
else
./qa.sh ${CMAKE_ARGS}
fi