mirror of
https://github.com/flutter/flutter.git
synced 2026-01-29 23:02:44 +08:00
Makes it more obvious where we are spending our time on Travis. Also added travis caching for the global pub cache to speed this up! Modeled what dartdoc does: https://github.com/dart-lang/dartdoc/blob/master/.travis.yml#L13 @Hixie