Skip to content

Commit 990ca18

Browse files
committed
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 ```
1 parent 1642610 commit 990ca18

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ cache:
110110
# don't use travis's native `cargo` caching, which just grabs the whole folder.
111111
directories:
112112
- target/$TARGET/openssl/openssl-install
113-
- target/$TARGET/release
114113
- target/release/deps
115114

116115
branches:

0 commit comments

Comments
 (0)