From e7542e68ce88665290ce4a6af6334f34e1479c5c Mon Sep 17 00:00:00 2001 From: Sameer Puri <11097096+sameer@users.noreply.github.com> Date: Mon, 31 Dec 2018 16:27:52 -0500 Subject: Cache cargo in travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index b4f863c..814e54f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,3 +3,5 @@ rust: - stable - beta - nightly +cache: + cargo: true -- cgit v1.2.3