Skip to content

Commit 6dcbba4

Browse files
authored
Try #225:
2 parents 8b17c8f + ba064c9 commit 6dcbba4

File tree

15 files changed

+692
-683
lines changed

15 files changed

+692
-683
lines changed

.travis.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,26 @@ 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:
20-
- stable
21-
- beta
21+
- nightly-2021-03-25
2222
- nightly
23-
- nightly-2019-07-01
24-
- nightly-2019-10-28
23+
- beta
24+
- stable
2525
env:
2626
global:
2727
- RUST_BACKTRACE=1
2828
# Pinned to this particular nightly version because of core_io. This can be
2929
# re-pinned whenever core_io is updated to the latest nightly.
30-
- CORE_IO_NIGHTLY=nightly-2019-07-01
31-
- SGX_NIGHTLY=nightly-2019-10-28
32-
- LLVM_CONFIG_PATH=llvm-config-3.8
30+
- CORE_IO_NIGHTLY=nightly-2021-03-25
31+
- SGX_NIGHTLY=nightly-2021-03-25
3332
script:
3433
- ./ct.sh

0 commit comments

Comments
 (0)