forked from fortanix/rust-mbedtls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
34 lines (34 loc) · 797 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
branches:
only:
# This is where pull requests from "bors r+" are built.
- staging
# This is where pull requests from "bors try" are built.
- trying
# Not really necessary, just to get a green badge on “master”
- master
language: rust
os: linux
dist: xenial
addons:
apt:
packages:
- llvm-3.8-dev
- libclang-3.8-dev
- clang-3.8
- cmake
rust:
- stable
- beta
- nightly
- nightly-2019-07-01
- nightly-2019-10-28
env:
global:
- RUST_BACKTRACE=1
# 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-2019-07-01
- SGX_NIGHTLY=nightly-2019-10-28
- LLVM_CONFIG_PATH=llvm-config-3.8
script:
- ./ct.sh