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

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

Issue 1086713003: Remove everything but markdown from third_party (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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
« no previous file with comments | « third_party/pkg/di/.gitignore ('k') | third_party/pkg/di/Gruntfile.coffee » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/pkg/di/.gitignore ('k') | third_party/pkg/di/Gruntfile.coffee » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698