Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Side by Side Diff: packages/code_transformers/tool/travis.sh

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 #!/bin/bash
2
3 # Fail fast
4 set -e
5
6 # Analyze
7 dartanalyzer --fatal-warnings lib/*dart lib/messages/*dart test/*dart
8
9 # Test
10 pub run test
11
12 # Check format
13 pub global activate dart_style
14 pub global run dart_style:format --set-exit-if-changed --dry-run lib/ test/
OLDNEW
« no previous file with comments | « packages/code_transformers/test/unique_message_test.dart ('k') | packages/collection/.analysis_options » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698