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

Side by Side Diff: packages/collection/.travis.yml

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 years, 4 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
« no previous file with comments | « packages/collection/.test_config ('k') | packages/collection/CHANGELOG.md » ('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: dart
2 sudo: false
3 dart:
4 - dev
5 - stable
6 cache:
7 directories:
8 - $HOME/.pub-cache
9 dart_task:
10 - test: --platform vm
11 - test: --platform firefox -j 1
12 - test: --platform dartium
13 install_dartium: true
14 - dartanalyzer
15 - dartfmt
16 matrix:
17 # Only run dartfmt checks with stable.
18 exclude:
19 - dart: dev
20 dart_task: dartfmt
OLDNEW
« no previous file with comments | « packages/collection/.test_config ('k') | packages/collection/CHANGELOG.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698