Skip to content

Commit 9e8b71e

Browse files
committed
remove travis build of clang + x32
as clang has no x32 support at all there's no need to test it [skip ci]
1 parent 0513710 commit 9e8b71e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,6 @@ matrix:
8383
- libc6-dev-x32
8484
sudo: required
8585

86-
# clang for the x64_32 architecture
87-
- env: BUILDOPTIONS='--with-cc=clang --with-mx32'
88-
addons:
89-
apt:
90-
packages:
91-
- libc6-dev-x32
92-
sudo: required
93-
9486
# GCC for the x86-64 architecture (64-bit longs and 64-bit pointers)
9587
- env: BUILDOPTIONS='--with-cc=gcc --with-m64 --with-valgrind'
9688
# clang for x86-64 architecture (64-bit longs and 64-bit pointers)

0 commit comments

Comments
 (0)