summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 8 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 58d7db21..8716630b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,13 @@ 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
11 os: osx
5 - env: JOB=hstox ENV=linux 12 - env: JOB=hstox ENV=linux
6 language: haskell 13 language: haskell
7 ghc: 7.8 14 ghc: 7.8
@@ -9,8 +16,6 @@ matrix:
9 compiler: gcc 16 compiler: gcc
10 - env: JOB=toxcore ENV=linux 17 - env: JOB=toxcore ENV=linux
11 compiler: clang 18 compiler: clang
12 - env: JOB=toxcore ENV=osx
13 os: osx
14 - env: JOB=toxcore ENV=windows ARCH=i686 19 - env: JOB=toxcore ENV=windows ARCH=i686
15 services: 20 services:
16 - docker 21 - docker
@@ -19,7 +24,7 @@ matrix:
19 - docker 24 - docker
20 fast_finish: true 25 fast_finish: true
21 allow_failures: 26 allow_failures:
22 - os: osx 27 - env: JOB=toxcore ENV=osx RUN_TESTS=true
23 28
24addons: 29addons:
25 apt: 30 apt: