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

Unified 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, 5 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/stack_trace/.travis.yml
diff --git a/packages/stack_trace/.travis.yml b/packages/stack_trace/.travis.yml
new file mode 100644
index 0000000000000000000000000000000000000000..fff84941af24d475ce81fcae27200846e451e896
--- /dev/null
+++ b/packages/stack_trace/.travis.yml
@@ -0,0 +1,22 @@
+language: dart
+sudo: false
+dart:
+ - dev
+ - stable
+ - 1.22.1
+ - 1.21.1
+dart_task:
+ - test: -p vm
+ - test: -p firefox
+ - test: -p dartium
+ install_dartium: true
+ - dartanalyzer
+matrix:
+ include:
+ # Only validate formatting using the dev release
+ # Formatted with 1.23.0+ which has (good) changes since 1.22.1
+ - dart: dev
+ dart_task: dartfmt
+cache:
+ directories:
+ - $HOME/.pub-cache
« 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