1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 07:53:00 +01:00

check examples

This commit is contained in:
Nikolay Kim 2017-12-19 10:17:34 -08:00
parent 2e790dfcc6
commit 566066e855

View File

@ -29,6 +29,11 @@ before_script:
script:
- USE_SKEPTIC=1 cargo test --features=alpn
- cd examples/diesel && cargo check && cd ../..
- cd examples/multipart && cargo check && cd ../..
- cd examples/template_tera && cargo check && cd ../..
- cd examples/tls && cargo check && cd ../..
- cd examples/websocket-chat && cargo check && cd ../..
- |
if [[ "$TRAVIS_RUST_VERSION" == "nightly" && $CLIPPY ]]; then
cargo clippy