summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-08-24 23:52:34 +0100
committeriphydf <iphydf@users.noreply.github.com>2016-09-16 11:22:23 +0100
commit37c041f8159f7e89f2585243e9b8073f47d77fd1 (patch)
treeed1f983a231f5bf7d2c24ce994feb55ee4953cda /.travis.yml
parentc0d84ab48977f6ea80e8b5f7eca04423d4a31d26 (diff)
Clean up Travis build a bit in preparation for osx/win.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 2f22d495..cfa9240d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,11 +5,9 @@ matrix:
5 - env: JOB=hstox ENV=linux 5 - env: JOB=hstox ENV=linux
6 language: haskell 6 language: haskell
7 ghc: 7.8 7 ghc: 7.8
8 - env: JOB=toxcore ENV=linux
9 compiler: clang
10 - env: JOB=toxcore ENV=linux
11 compiler: gcc
12 - env: JOB=autotools ENV=linux 8 - env: JOB=autotools ENV=linux
9 compiler: gcc
10 - env: JOB=toxcore ENV=linux
13 compiler: clang 11 compiler: clang
14 12
15addons: 13addons: