summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2017-04-18 20:03:34 +0000
committerRobin Lindén <dev@robinlinden.eu>2017-05-13 22:26:46 +0200
commita8866fc17fd6c04860c8fa1f104297a5cd0cb9f2 (patch)
tree19bfa1012483c33e8a90e33166864aeff609bc58 /.travis.yml
parent7ef27a9105cde3e8b72d1a85ef245c31a8108fa6 (diff)
Make OSX test failures fail the Travis CI build.
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: