1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-10-21 17:33:59 +00:00

Merge branch 'travis-test'

This commit is contained in:
Nikolay Kim 2017-12-19 11:35:16 -08:00
commit f858fa7a32

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