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

Unified Diff: .travis.yml

Issue 1817463002: Finish @nex3's strong-mode fixes in package:collection and test it in Travis (Closed) Base URL: https://github.com/ochafik/collection.git@master
Patch Set: revert _throw (now generic) Created 4 years, 9 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 | « no previous file | lib/src/algorithms.dart » ('j') | lib/src/iterable_zip.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .travis.yml
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000000000000000000000000000000000000..550eab01acf65cc5ec694edf4341d5607d17c932
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,10 @@
+language: dart
nweiz 2016/03/21 20:09:18 Historically, we've mostly tested Google packages
ochafik 2016/03/25 10:48:21 For DDC, Travis proved to be quite handy and incre
+dart:
+ - stable
+ - dev
+script:
+ - dartanalyzer --strong `find lib -name '*.dart'`
nweiz 2016/03/21 20:09:18 Also add a .analysis_options file that enables str
+ - pub run test:test
+matrix:
+ allow_failures:
+ - dart: dev
« no previous file with comments | « no previous file | lib/src/algorithms.dart » ('j') | lib/src/iterable_zip.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698