build: Drop vendor directory from rustfmt command

We've not had a vendor directory for some time now.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2019-08-16 14:41:31 +01:00 committed by Sebastien Boeuf
parent d6e3b703ab
commit f5a6e3c1ca

View File

@ -11,7 +11,7 @@ script:
- cargo build --release
- cargo test
- cargo clippy --all-targets --all-features -- -D warnings
- find . -name "*.rs" | grep -v "vendor/" | xargs rustfmt --check
- find . -name "*.rs" | xargs rustfmt --check
deploy:
provider: releases