Removing uneeded /.cargo exclude because it is included by default

This commit is contained in:
Matt McCoy 2016-06-24 16:13:17 -04:00
parent 016149d1c0
commit 6992615921

View file

@ -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