tokio-rustls/.travis.yml

24 lines
380 B
YAML
Raw Normal View History

2017-08-13 10:19:17 +00:00
language: rust
cache: cargo
2018-08-17 02:14:17 +00:00
matrix:
include:
- rust: stable
os: linux
- rust: nightly
os: linux
- rust: stable
os: osx
- rust: nightly
os: osx
2019-05-22 16:05:42 +00:00
allow_failures:
- rust: stable
2017-08-13 10:19:17 +00:00
script:
2019-02-16 05:05:36 +00:00
- cargo test
2019-02-25 15:48:06 +00:00
- cargo test --features early-data
2018-03-24 03:20:48 +00:00
- cd examples/server
- cargo check
- cd ../../examples/client
- cargo check