summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 2e636552..0f25e72f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,11 +2,6 @@ language: c
2 2
3matrix: 3matrix:
4 include: 4 include:
5 # OSX build comes first because Travis queues builds in order. The OSX
6 # builds are often pushed on a very long (100-200 jobs) backlog, so they get
7 # highest priority in our build sequence.
8 - env: JOB=toxcore ENV=osx RUN_TESTS=false
9 os: osx
10 - env: JOB=toxcore ENV=osx RUN_TESTS=true 5 - env: JOB=toxcore ENV=osx RUN_TESTS=true
11 os: osx 6 os: osx
12 - env: JOB=hstox ENV=linux 7 - env: JOB=hstox ENV=linux
@@ -23,8 +18,6 @@ matrix:
23 services: 18 services:
24 - docker 19 - docker
25 fast_finish: true 20 fast_finish: true
26 allow_failures:
27 - env: JOB=toxcore ENV=osx RUN_TESTS=true
28 21
29addons: 22addons:
30 apt: 23 apt: