summaryrefslogtreecommitdiff
path: root/other/travis/toxcore-linux-after_script
diff options
context:
space:
mode:
Diffstat (limited to 'other/travis/toxcore-linux-after_script')
-rwxr-xr-xother/travis/toxcore-linux-after_script8
1 files changed, 0 insertions, 8 deletions
diff --git a/other/travis/toxcore-linux-after_script b/other/travis/toxcore-linux-after_script
deleted file mode 100755
index 7a388d0d..00000000
--- a/other/travis/toxcore-linux-after_script
+++ /dev/null
@@ -1,8 +0,0 @@
1#!/bin/sh
2
3# We only submit coverage from the Linux build.
4coveralls \
5 --exclude auto_tests \
6 --exclude other \
7 --exclude testing \
8 --gcov-options '\-lp'