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

Side by Side Diff: packages/async/.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/async/.analysis_options ('k') | packages/async/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 - 1.23.0
7 - 1.22.1
8 cache:
9 directories:
10 - $HOME/.pub-cache
11 dart_task:
12 - test: --platform vm
13 # No parallelism on Firefox (-j 1)
14 # Causes flakiness – need to investigate
15 - test: --platform firefox -j 1
16 - test: --platform dartium
17 install_dartium: true
18 - dartanalyzer
19 - dartfmt
20 matrix:
21 exclude:
22 - dart: 1.22.1
23 dart_task: dartfmt
OLDNEW
« no previous file with comments | « packages/async/.analysis_options ('k') | packages/async/CHANGELOG.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698