1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-01-18 05:41:50 +01:00

check json example during travis build

This commit is contained in:
Nikolay Kim 2017-12-20 15:20:28 -08:00
parent cbb81bc747
commit 821c96c37c

View File

@ -33,6 +33,7 @@ script:
if [[ "$TRAVIS_RUST_VERSION" == "1.20.0" ]]; then if [[ "$TRAVIS_RUST_VERSION" == "1.20.0" ]]; then
cd examples/diesel && cargo check && cd ../.. cd examples/diesel && cargo check && cd ../..
cd examples/multipart && cargo check && cd ../.. cd examples/multipart && cargo check && cd ../..
cd examples/json && cargo check && cd ../..
fi fi
- | - |
if [[ "$TRAVIS_RUST_VERSION" == "beta" ]]; then if [[ "$TRAVIS_RUST_VERSION" == "beta" ]]; then