1
0
mirror of https://github.com/actix/examples synced 2024-11-27 16:02:57 +01:00

updated travis.yml

This commit is contained in:
dowwie 2018-08-07 13:07:52 -04:00
parent 8f62837614
commit 026ff64cf3

View File

@ -41,6 +41,7 @@ script:
cd cookie-auth-full && cargo check && cd ..
cd cookie-session && cargo check && cd ..
cd diesel && cargo check && cd ..
cd error_handling && cargo check && cd ..
cd form && cargo check && cd ..
cd hello-world && cargo check && cd ..
cd http-proxy && cargo check && cd ..