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

Unified Diff: third_party/pkg/route_hierarchical/scripts/travis-build.sh

Issue 257423008: Update all Angular libs (run update_all.sh). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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
Index: third_party/pkg/route_hierarchical/scripts/travis-build.sh
diff --git a/third_party/pkg/route_hierarchical/test/scripts/travis-build.sh b/third_party/pkg/route_hierarchical/scripts/travis-build.sh
similarity index 69%
rename from third_party/pkg/route_hierarchical/test/scripts/travis-build.sh
rename to third_party/pkg/route_hierarchical/scripts/travis-build.sh
index d10bc9423531e0f683238fa443bc69274d4429ce..b68678ea562176ed72bf1d23acb30fdf4bd21afa 100755
--- a/third_party/pkg/route_hierarchical/test/scripts/travis-build.sh
+++ b/third_party/pkg/route_hierarchical/scripts/travis-build.sh
@@ -1,7 +1,10 @@
#!/bin/bash
set -evx
-. ./test/scripts/env.sh
+. ./scripts/env.sh
+
+dart -c test/url_template_test.dart
+dart -c test/url_pattern_test.dart
node "node_modules/karma/bin/karma" start karma.conf \
--reporters=junit,dots --port=8765 --runner-port=8766 \
« no previous file with comments | « third_party/pkg/route_hierarchical/scripts/env.sh ('k') | third_party/pkg/route_hierarchical/scripts/travis-setup.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698