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

Unified 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, 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/async/.analysis_options ('k') | packages/async/CHANGELOG.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/async/.travis.yml
diff --git a/packages/async/.travis.yml b/packages/async/.travis.yml
new file mode 100644
index 0000000000000000000000000000000000000000..662d2febdbe962c74f8e65d564ca0ae8554fb973
--- /dev/null
+++ b/packages/async/.travis.yml
@@ -0,0 +1,23 @@
+language: dart
+sudo: false
+dart:
+ - dev
+ - stable
+ - 1.23.0
+ - 1.22.1
+cache:
+ directories:
+ - $HOME/.pub-cache
+dart_task:
+ - test: --platform vm
+ # No parallelism on Firefox (-j 1)
+ # Causes flakiness – need to investigate
+ - test: --platform firefox -j 1
+ - test: --platform dartium
+ install_dartium: true
+ - dartanalyzer
+ - dartfmt
+matrix:
+ exclude:
+ - dart: 1.22.1
+ dart_task: dartfmt
« 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