Don't cache target/release folder on travis
I suspect this is causing the following error I'm seeing during deploy: ``` sh: 1: cannot create target/i686-unknown-linux-gnu/release/cli_inst_interactive-f17347ea614c070e.sha256.sha256.sha256.sha256.sha256.sha256.sha256.sha256.sha256.sha256.sha256.sha256.sha256.sha256.sha256.sha256.sha256.sha256.sha256.sha256.sha256.sha256.sha256.sha256.sha256.sha256.sha256.sha256.sha256.sha256.sha256.sha256: File name too long ```
This commit is contained in:
@@ -110,7 +110,6 @@ cache:
|
||||
# don't use travis's native `cargo` caching, which just grabs the whole folder.
|
||||
directories:
|
||||
- target/$TARGET/openssl/openssl-install
|
||||
- target/$TARGET/release
|
||||
- target/release/deps
|
||||
|
||||
branches:
|
||||
|
||||
Reference in New Issue
Block a user