summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Grasman <kim.grasman@gmail.com>2019-10-21 18:56:48 +0200
committerKim Grasman <kim.grasman@gmail.com>2019-10-24 21:47:52 +0200
commit06e88efada2ff6dbccee3bbb1279c10439daa4d2 (patch)
tree581b3040d050d01d7564207e17b0f0ace296e93c
parent232795ba513c5d04ec500e59ca378dd69c02d8d8 (diff)
[travis] Backdate to version 9 packages for clang_9.0 branch0.13clang_9.0
-rw-r--r--.travis.yml13
1 files changed, 5 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 3de219a..5e1b926 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,20 +5,17 @@ language: cpp
addons:
apt:
sources:
- - sourceline: 'deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial main'
+ - sourceline: 'deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-9 main'
key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'
packages:
- ninja-build
# TODO: These should really be the snapshots packages, but they are currently
# broken. Remove the version suffix once they get fixed (see issue #642 for
# more info)
- - llvm-10-dev
- - llvm-10-tools
- - libclang-10-dev
- - clang-10
- # TODO: This is required for lit-cpuid, which is exported from
- # LLVMConfig.cmake, but shipped with LLDB.
- - lldb-10
+ - llvm-9-dev
+ - llvm-9-tools
+ - libclang-9-dev
+ - clang-9
before_install:
# Install a supported cmake version (>= 3.4.3)