1
0
Fork 0
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:
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
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