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:
Brian Anderson
2017-06-09 21:49:47 +00:00
parent 1642610c9f
commit 990ca18182

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: