From 95b7896d9bf5ddb5644137eb14845f0b5649faf8 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Mon, 1 Jun 2015 10:02:16 -0700 Subject: [PATCH] chore: cache Dart .pub-cache directory Closes #2255 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4e1736d7e8..f5839b359c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ node_js: cache: directories: - node_modules + - $HOME/.pub-cache env: global: