From 69926159218c55d11fd8934d2939d680ec8e8036 Mon Sep 17 00:00:00 2001 From: Matt McCoy Date: Fri, 24 Jun 2016 16:13:17 -0400 Subject: [PATCH] Removing uneeded /.cargo exclude because it is included by default --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f07b338..7227473 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,4 +21,4 @@ addons: - libdw-dev after_success: - travis-cargo --only stable doc-upload -- travis-cargo coveralls --exclude-pattern="/.cargo,/target" --no-sudo +- travis-cargo coveralls --exclude-pattern="/target" --no-sudo