Skip to content

Commit 53a689d

Browse files
committed
travis: install llvm-7
1 parent 74d828d commit 53a689d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,10 @@ matrix:
166166
# Link time optimization
167167
- env: SANITIZER=1 COMPILE_LTO=1 BUILDOPTIONS='--with-cc=gcc-5 --with-m64 --with-travis-valgrind'
168168
- env: SANITIZER=1 COMPILE_LTO=1 BUILDOPTIONS='--with-cc=clang-7 --with-m64 --with-travis-valgrind'
169+
addons:
170+
apt:
171+
packages:
172+
- llvm-7
169173

170174
# GCC for the x86-64 architecture with restricted limb sizes
171175
# formerly started with the option "--with-low-mp" to testme.sh

0 commit comments

Comments
 (0)