From 900c52424d1ef5825a2b343ed53785c05b354525 Mon Sep 17 00:00:00 2001 From: AntiochP <30642645+antiochp@users.noreply.github.com> Date: Fri, 11 Aug 2017 17:09:30 -0400 Subject: [PATCH] add "cache: cargo" to travis config (#92) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 98bba93db..c89b8cb28 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: rust +cache: cargo dist: trusty sudo: true rust: