Commit 53a689d08494b9867d22e2a5302b3eb816d398fd

Daniel Mendler 2019-11-05T20:29:59

travis: install llvm-7

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/.travis.yml b/.travis.yml
index 64ab75c..20299bc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -166,6 +166,10 @@ matrix:
     # Link time optimization
     - env: SANITIZER=1 COMPILE_LTO=1 BUILDOPTIONS='--with-cc=gcc-5 --with-m64 --with-travis-valgrind'
     - env: SANITIZER=1 COMPILE_LTO=1 BUILDOPTIONS='--with-cc=clang-7 --with-m64 --with-travis-valgrind'
+      addons:
+        apt:
+          packages:
+            - llvm-7
 
     # GCC for the x86-64 architecture with restricted limb sizes
     # formerly started with the option "--with-low-mp" to testme.sh