From b64c0e117cfe0a0c891a00cda2cd251d64404624 Mon Sep 17 00:00:00 2001 From: Jacob Richman Date: Thu, 3 Aug 2017 13:16:29 -0700 Subject: [PATCH] Cache the hosted directory under .pub-cache instead of all of .pub-cache. (#11506) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ae222a6f62..23d50dfb83 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,4 +28,4 @@ script: - (./bin/cache/dart-sdk/bin/dart ./dev/bots/test.dart && ./dev/bots/travis_upload.sh) cache: directories: - - $HOME/.pub-cache + - $HOME/.pub-cache/hosted \ No newline at end of file