- 11 Jan, 2016 1 commit
-
-
Ian Hickson authored
Also, make dev/update_packages.dart skip directories that have no pubspec.yaml, since firebase/ doesn't have one.
-
- 14 Dec, 2015 1 commit
-
-
Eric Seidel authored
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
-
- 28 Nov, 2015 1 commit
-
-
Ian Hickson authored
Add an --upgrade flag to the dev/update_packages.dart flag which runs 'pub upgrade' instead of 'pub get'. Tell people to use this when using 'flutter analyze' since 'pub get' doesn't have the same guarantee of getting everything in sync.
-
- 21 Nov, 2015 1 commit
-
-
Adam Barth authored
Should make Travis green again. Also, add better logging to dev/update_packages.dart.
-
- 16 Nov, 2015 1 commit
-
-
Eric Seidel authored
Make it possible to run dev/update_packages.dart directly from the shell. @abarth
-
- 10 Nov, 2015 1 commit
-
-
Nathan Kerr authored
-