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

Side by Side Diff: third_party/pkg/di/.travis.yml

Issue 176943008: Update the Angular/DI tests to latest from github. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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
(Empty)
1 language: node_js
2 node_js:
3 - 0.10
4
5 env:
6 matrix:
7 - JOB=unit-stable
8 - JOB=unit-dev
9
10 before_script:
11 - ./scripts/travis/setup.sh
12
13 script:
14 - ./scripts/travis/build.sh
15
16 after_success:
17 - ./scripts/travis/benchmark.sh
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698