summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
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"