From 98d060184fddc97d8d1f20b2740b4941f893bf96 Mon Sep 17 00:00:00 2001 From: Douman Date: Sun, 14 Oct 2018 20:19:21 +0300 Subject: [PATCH] Disable cargo caching to update actix-web version? --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b8199db1..25cd6b3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ sudo: false dist: trusty cache: - cargo: true + cargo: false apt: true matrix: