Removing uneeded /.cargo exclude because it is included by default
This commit is contained in:
parent
016149d1c0
commit
6992615921
1 changed files with 1 additions and 1 deletions
|
|
@ -21,4 +21,4 @@ addons:
|
||||||
- libdw-dev
|
- libdw-dev
|
||||||
after_success:
|
after_success:
|
||||||
- travis-cargo --only stable doc-upload
|
- travis-cargo --only stable doc-upload
|
||||||
- travis-cargo coveralls --exclude-pattern="/.cargo,/target" --no-sudo
|
- travis-cargo coveralls --exclude-pattern="/target" --no-sudo
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue