From de53b82e2c48d6221af9881e50cc57d961de3365 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Wed, 24 Jun 2020 14:22:37 -0700 Subject: [PATCH] Remove unnecessary caching on Travis macOS Travis builds have been extremely slow due to the final caching step. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f19cdbfe..ab9a6866 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,5 +71,3 @@ cache: cargo: true directories: - target/emsdk - - test/fixtures/grammars - - $HOME/.emscripten_cache