summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-03-17 05:02:33 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-03-17 05:02:33 +0000
commit571b10149da5a6ee0806109f076666b46d11604b (patch)
tree6453df6e98565bcf8fbe8cc745d0703282063f00 /.travis.yml
parent2f39bd33c32ffcb6624bb3ccd0cff5af4bc2bf8a (diff)
Fix coveralls reporting.
The new clang version makes gcov segfault. Also, coveralls needs another package that it doesn't install the right version of by default.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index d3c46d98..5bb5a87d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,7 @@ matrix:
10 include: 10 include:
11 - stage: "Stage 1" 11 - stage: "Stage 1"
12 env: JOB=toxcore ENV=linux 12 env: JOB=toxcore ENV=linux
13 compiler: clang 13 compiler: gcc
14 addons: 14 addons:
15 apt: &apt-dependencies 15 apt: &apt-dependencies
16 packages: 16 packages:
@@ -26,7 +26,7 @@ matrix:
26 - stage: "Stage 1" 26 - stage: "Stage 1"
27 if: type IN (push, api, cron) 27 if: type IN (push, api, cron)
28 env: JOB=autotools ENV=linux 28 env: JOB=autotools ENV=linux
29 compiler: gcc 29 compiler: clang
30 addons: 30 addons:
31 apt: *apt-dependencies 31 apt: *apt-dependencies
32 - stage: "Stage 1" 32 - stage: "Stage 1"