mirror of
https://github.com/actix/examples
synced 2024-11-27 16:02:57 +01:00
check examples on all versions of rust
This commit is contained in:
parent
bc7c052444
commit
95091272a6
@ -41,7 +41,6 @@ before_script:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- |
|
- |
|
||||||
if [[ "$TRAVIS_RUST_VERSION" == "stable" ]]; then
|
|
||||||
cd basics && cargo check && cd ..
|
cd basics && cargo check && cd ..
|
||||||
cd diesel && cargo check && cd ..
|
cd diesel && cargo check && cd ..
|
||||||
cd hello-world && cargo check && cd ..
|
cd hello-world && cargo check && cd ..
|
||||||
@ -59,4 +58,3 @@ script:
|
|||||||
cd web-cors/backend && cargo check && cd ..
|
cd web-cors/backend && cargo check && cd ..
|
||||||
cd websocket && cargo check && cd ..
|
cd websocket && cargo check && cd ..
|
||||||
cd websocket-chat && cargo check && cd ..
|
cd websocket-chat && cargo check && cd ..
|
||||||
fi
|
|
||||||
|
Loading…
Reference in New Issue
Block a user