summaryrefslogtreecommitdiff
path: root/other/travis/toxcore-linux-after_script
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-06-24 22:56:07 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-07-01 08:35:44 +0000
commit1a54be06cd359257478b584611f34058d21fe723 (patch)
treedb3d6ca2dfa2a87ae2efdac6e412c2b780a64009 /other/travis/toxcore-linux-after_script
parent706fad1ce88c2104009a3835ee343ff9d8ec8b79 (diff)
Simplify Travis CI builds.
Have one script per build. This means more duplication between the scripts, but it's much easier to understand and to run locally.
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'