Skip to content

Commit

Permalink
Update OS in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulstrackx committed Oct 13, 2021
1 parent 28c202f commit 75e0626
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,11 @@ 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"
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:
Expand All @@ -34,7 +28,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
Expand Down

0 comments on commit 75e0626

Please sign in to comment.