Skip to content

Commit 0b4cc62

Browse files
committed
try fix CI
1 parent 8d4f2f9 commit 0b4cc62

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ os: linux
1111
dist: xenial
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)