summaryrefslogtreecommitdiff
path: root/other/travis/toxcore-after_script
diff options
context:
space:
mode:
Diffstat (limited to 'other/travis/toxcore-after_script')
-rwxr-xr-xother/travis/toxcore-after_script9
1 files changed, 9 insertions, 0 deletions
diff --git a/other/travis/toxcore-after_script b/other/travis/toxcore-after_script
new file mode 100755
index 00000000..06dec607
--- /dev/null
+++ b/other/travis/toxcore-after_script
@@ -0,0 +1,9 @@
1#!/bin/sh
2
3set -e -x
4
5coveralls \
6 --exclude auto_tests \
7 --exclude other \
8 --exclude testing \
9 --gcov-options '\-lp'