From f5a6e3c1ca8ed1653d201e6f35fb90aa7e637073 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Fri, 16 Aug 2019 14:41:31 +0100 Subject: [PATCH] build: Drop vendor directory from rustfmt command We've not had a vendor directory for some time now. Signed-off-by: Rob Bradford --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bcb61bb5d..9f76aff8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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