mirror of
https://github.com/actix/actix-web.git
synced 2024-11-27 03:51:10 +00:00
check json example during travis build
This commit is contained in:
parent
cbb81bc747
commit
821c96c37c
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ script:
|
|||
if [[ "$TRAVIS_RUST_VERSION" == "1.20.0" ]]; then
|
||||
cd examples/diesel && cargo check && cd ../..
|
||||
cd examples/multipart && cargo check && cd ../..
|
||||
cd examples/json && cargo check && cd ../..
|
||||
fi
|
||||
- |
|
||||
if [[ "$TRAVIS_RUST_VERSION" == "beta" ]]; then
|
||||
|
|
Loading…
Reference in a new issue