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

Side by Side Diff: packages/stack_trace/.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/source_span/test/utils_test.dart ('k') | packages/stack_trace/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.22.1
7 - 1.21.1
8 dart_task:
9 - test: -p vm
10 - test: -p firefox
11 - test: -p dartium
12 install_dartium: true
13 - dartanalyzer
14 matrix:
15 include:
16 # Only validate formatting using the dev release
17 # Formatted with 1.23.0+ which has (good) changes since 1.22.1
18 - dart: dev
19 dart_task: dartfmt
20 cache:
21 directories:
22 - $HOME/.pub-cache
OLDNEW
« no previous file with comments | « packages/source_span/test/utils_test.dart ('k') | packages/stack_trace/CHANGELOG.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698