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