aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 6a5d067..ab5af76 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,8 @@
language: c
dist: trusty
+compiler:
+ - gcc
+ - clang
matrix:
include:
@@ -7,17 +10,12 @@ matrix:
env: BUILD=x86_64-linux-gnu
- os: linux
- compiler: clang
-
- - os: linux
env: BUILD=i686-linux-gnu CFLAGS=-m32
addons:
apt:
packages:
- gcc-multilib
- - os: osx
-
script:
- ./bootstrap && ./configure && make
- file src/openocd