aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-01-31 22:24:31 -0600
committerBrent Cook <bcook@openbsd.org>2015-01-31 22:24:31 -0600
commit100625e317a1fb4cdb2052a8a6d3657097ee109a (patch)
tree6dcc6f7121482458454bcfeac711da0d4bfd25e0 /.travis.yml
parent5ea47a8fa209499349d58e3b7d4f74e0f49cf7c3 (diff)
downloadportable-100625e317a1fb4cdb2052a8a6d3657097ee109a.tar.gz
portable-100625e317a1fb4cdb2052a8a6d3657097ee109a.tar.bz2
portable-100625e317a1fb4cdb2052a8a6d3657097ee109a.zip
only use the specific build matrix
use sudo to install mingw toolchains
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index 5c782bd..2fce9df 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,14 +1,4 @@
1language: c 1language: c
2compiler:
3 - clang
4 - gcc
5os:
6 - linux
7 - osx
8env:
9 - ARCH=native
10 - ARCH=mingw32
11 - ARCH=mingw64
12matrix: 2matrix:
13 include: 3 include:
14 - compiler: clang 4 - compiler: clang