Skip to content

Commit 22394bb

Browse files
committed
try fix CI
1 parent 8d4f2f9 commit 22394bb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ branches:
88
- master
99
language: rust
1010
os: linux
11-
dist: xenial
11+
dist: focal
1212
addons:
1313
apt:
14+
sources:
15+
- sourceline: "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-11 main"
16+
key_url: "https://apt.llvm.org/llvm-snapshot.gpg.key"
1417
packages:
15-
- llvm-3.8-dev
16-
- libclang-3.8-dev
17-
- clang-3.8
18+
- clang-11
1819
- cmake
1920
rust:
2021
- stable
@@ -29,6 +30,5 @@ env:
2930
# re-pinned whenever core_io is updated to the latest nightly.
3031
- CORE_IO_NIGHTLY=nightly-2019-07-01
3132
- SGX_NIGHTLY=nightly-2019-10-28
32-
- LLVM_CONFIG_PATH=llvm-config-3.8
3333
script:
3434
- ./ct.sh

0 commit comments

Comments
 (0)