summaryrefslogtreecommitdiff
path: root/.travis
diff options
context:
space:
mode:
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/upload-coverage4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis/upload-coverage b/.travis/upload-coverage
index 7a388d0d..08f0e482 100755
--- a/.travis/upload-coverage
+++ b/.travis/upload-coverage
@@ -1,4 +1,4 @@
1#!/bin/sh 1#!/bin/bash
2 2
3# We only submit coverage from the Linux build. 3# We only submit coverage from the Linux build.
4coveralls \ 4coveralls \
@@ -6,3 +6,5 @@ coveralls \
6 --exclude other \ 6 --exclude other \
7 --exclude testing \ 7 --exclude testing \
8 --gcov-options '\-lp' 8 --gcov-options '\-lp'
9
10bash <(curl -s https://codecov.io/bash)