mirror of
https://github.com/actix/actix-web.git
synced 2024-11-26 19:41:12 +00:00
add examples/websocket
This commit is contained in:
parent
7962d28a6d
commit
5741b8b372
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ script:
|
|||
cd examples/diesel && cargo check && cd ../..
|
||||
cd examples/tls && cargo check && cd ../..
|
||||
cd examples/websocket-chat && cargo check && cd ../..
|
||||
cd examples/websocket && cargo check && cd ../..
|
||||
fi
|
||||
- |
|
||||
if [[ "$TRAVIS_RUST_VERSION" == "nightly" && $CLIPPY ]]; then
|
||||
|
|
Loading…
Reference in a new issue