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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 #!/bin/bash 1 #!/bin/bash
2 2
3 set -evx 3 set -evx
4 . ./test/scripts/env.sh 4 . ./scripts/env.sh
5
6 dart -c test/url_template_test.dart
7 dart -c test/url_pattern_test.dart
5 8
6 node "node_modules/karma/bin/karma" start karma.conf \ 9 node "node_modules/karma/bin/karma" start karma.conf \
7 --reporters=junit,dots --port=8765 --runner-port=8766 \ 10 --reporters=junit,dots --port=8765 --runner-port=8766 \
8 --browsers=Dartium,ChromeNoSandbox,Firefox --single-run --no-colors 11 --browsers=Dartium,ChromeNoSandbox,Firefox --single-run --no-colors
9 12
OLDNEW
« 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