mirror of
https://github.com/actix/actix-web.git
synced 2024-12-25 01:20:37 +00:00
Merge branch 'travis-test'
This commit is contained in:
commit
f858fa7a32
1 changed files with 5 additions and 0 deletions
|
@ -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 a new issue