1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-02-22 18:33:18 +01:00

remove chat check

This commit is contained in:
Nikolay Kim 2018-01-22 22:46:39 -08:00
parent ae292eae6d
commit 0b9821b36c

View File

@ -40,7 +40,6 @@ script:
USE_SKEPTIC=1 cargo test
else
cargo test
cd examples/chat && cargo check && cd ../..
fi
- |
if [[ "$TRAVIS_RUST_VERSION" == "nightly" && $CLIPPY ]]; then