From d61414d66e0d06bebd00e2aa56d85259d71f22de Mon Sep 17 00:00:00 2001 From: Raoul Strackx Date: Wed, 13 Oct 2021 13:54:55 +0200 Subject: [PATCH] update Travis CI --- .travis.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9700f3a26..39354e996 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,17 +8,14 @@ branches: - master language: rust os: linux -dist: xenial +dist: focal addons: apt: sources: - - sourceline: "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-11 main" + - sourceline: "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-11 main" key_url: "https://apt.llvm.org/llvm-snapshot.gpg.key" packages: - - llvm-3.9-dev - - libclang-3.9-dev - - clang-3.9 - - clang-11 + - clang - cmake - qemu-user rust: @@ -34,7 +31,6 @@ env: # Pinned to this particular nightly version because of core_io. This can be # re-pinned whenever core_io is updated to the latest nightly. - CORE_IO_NIGHTLY=nightly-2021-03-25 - - LLVM_CONFIG_PATH=llvm-config-3.9 jobs: include: # Test additional Rust toolchains on x86_64