From 7a0310a1f552666cc23315448f3835d4dbe8a0a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 5 Oct 2018 17:19:08 +0300 Subject: [PATCH] Remove travis cargo cache --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 55ccb9d33..640329d8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ dist: trusty sudo: required language: rust -cache: - cargo: true rust: - stable - beta