tokio-rustls/.travis.yml

15 lines
206 B
YAML
Raw Normal View History

2017-08-13 10:19:17 +00:00
language: rust
rust:
- stable
cache: cargo
os:
- linux
- osx
script:
- cargo test --all-features
2018-03-24 03:20:48 +00:00
- cd examples/server
- cargo check
- cd ../../examples/client
- cargo check