From 990ca18182a0def3da95890f8bbe61cc59cd9c4e Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 9 Jun 2017 21:49:47 +0000 Subject: [PATCH] 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 ``` --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f2c0354de1..0a1308c660 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: