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

Unified Diff: packages/charcode/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, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « packages/charcode/pubspec.yaml ('k') | packages/charted/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/charcode/tool/travis.sh
diff --git a/packages/collection/.status b/packages/charcode/tool/travis.sh
old mode 100644
new mode 100755
similarity index 55%
copy from packages/collection/.status
copy to packages/charcode/tool/travis.sh
index ebc5f81326f52c7f39644ba41fcad5bfe54f128f..c7c9d06a1a4bc6d2516f9b2dde4052d7592df621
--- a/packages/collection/.status
+++ b/packages/charcode/tool/travis.sh
@@ -1,12 +1,12 @@
+#!/bin/bash
+
# Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
-# Skip non-test files ending with "_test".
-packages/*: Skip
-*/packages/*: Skip
-*/*/packages/*: Skip
-*/*/*/packages/*: Skip
-*/*/*/*packages/*: Skip
-*/*/*/*/*packages/*: Skip
+# Fast fail the script on failures.
+set -e
+# Verify that the libraries are error free.
+dartanalyzer --fatal-warnings \
+ lib/charcode.dart
« no previous file with comments | « packages/charcode/pubspec.yaml ('k') | packages/charted/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698