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

Unified Diff: packages/quiver_iterables/tool/travis.sh

Issue 2119523002: Added full js & js_util packages (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 4 years, 6 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/quiver_iterables/test/zip_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/quiver_iterables/tool/travis.sh
diff --git a/packages/quiver/tool/travis.sh b/packages/quiver_iterables/tool/travis.sh
similarity index 84%
copy from packages/quiver/tool/travis.sh
copy to packages/quiver_iterables/tool/travis.sh
index ecf6577dd03663947d5d72c0f4bee4f326384007..61c101b788be228dc1d56e2b30a3efcc23f4fa46 100755
--- a/packages/quiver/tool/travis.sh
+++ b/packages/quiver_iterables/tool/travis.sh
@@ -10,8 +10,7 @@ set -e
# Verify that the libraries are error and warning-free.
echo "Running dartanalyzer..."
libs=$(find lib -maxdepth 1 -type f -name '*.dart')
-testing_libs=$(find lib/testing -maxdepth 1 -type f -name '*.dart')
-dartanalyzer $DARTANALYZER_FLAGS $libs $testing_libs test/all_tests.dart
+dartanalyzer $DARTANALYZER_FLAGS $libs test/all_tests.dart
# Run the tests.
echo "Running tests..."
« no previous file with comments | « packages/quiver_iterables/test/zip_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698