1
0
mirror of https://github.com/actix/examples synced 2024-11-23 14:31:07 +01:00

check examples on all versions of rust

This commit is contained in:
Nikolay Kim 2018-04-12 19:11:34 -07:00
parent bc7c052444
commit 95091272a6

View File

@ -41,7 +41,6 @@ before_script:
script:
- |
if [[ "$TRAVIS_RUST_VERSION" == "stable" ]]; then
cd basics && cargo check && cd ..
cd diesel && cargo check && cd ..
cd hello-world && cargo check && cd ..
@ -59,4 +58,3 @@ script:
cd web-cors/backend && cargo check && cd ..
cd websocket && cargo check && cd ..
cd websocket-chat && cargo check && cd ..
fi