Commit 9e8b71e3a5220db97c023f5a971bad5eb7d1e6c6

Steffen Jaeckel 2019-04-05T11:43:36

remove travis build of clang + x32 as clang has no x32 support at all there's no need to test it [skip ci]

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/.travis.yml b/.travis.yml
index d17da35..743d621 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -83,14 +83,6 @@ matrix:
             - libc6-dev-x32
       sudo: required
 
-    # clang for the x64_32 architecture
-    - env:  BUILDOPTIONS='--with-cc=clang --with-mx32'
-      addons:
-        apt:
-          packages:
-            - libc6-dev-x32
-      sudo: required
-
     # GCC for the x86-64 architecture (64-bit longs and 64-bit pointers)
     - env:  BUILDOPTIONS='--with-cc=gcc --with-m64 --with-valgrind'
     # clang for x86-64 architecture (64-bit longs and 64-bit pointers)