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

This commit is contained in:
Jacob Richman 2017-08-03 13:16:29 -07:00 committed by GitHub
parent ffe5851eb7
commit b64c0e117c

View File

@ -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