mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-24 08:22:59 +01:00
Merge branch 'travis-test'
This commit is contained in:
commit
f858fa7a32
@ -29,6 +29,11 @@ before_script:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- USE_SKEPTIC=1 cargo test --features=alpn
|
- 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
|
if [[ "$TRAVIS_RUST_VERSION" == "nightly" && $CLIPPY ]]; then
|
||||||
cargo clippy
|
cargo clippy
|
||||||
|
Loading…
Reference in New Issue
Block a user