Commit b64c0e11 authored by Jacob Richman's avatar Jacob Richman Committed by GitHub

Cache the hosted directory under .pub-cache instead of all of .pub-cache. (#11506)

parent ffe5851e
...@@ -28,4 +28,4 @@ script: ...@@ -28,4 +28,4 @@ script:
- (./bin/cache/dart-sdk/bin/dart ./dev/bots/test.dart && ./dev/bots/travis_upload.sh) - (./bin/cache/dart-sdk/bin/dart ./dev/bots/test.dart && ./dev/bots/travis_upload.sh)
cache: cache:
directories: directories:
- $HOME/.pub-cache - $HOME/.pub-cache/hosted
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment