Auto merge of #1155 - brson:nocache, r=alexcrichton

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

I don't know why this folder needs to be cached anyway.

r? @alexcrichton
This commit is contained in:
bors
2017-06-13 03:47:05 +00:00

View File

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