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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | lib/src/algorithms.dart » ('j') | lib/src/iterable_zip.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 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
2 dart:
3 - stable
4 - dev
5 script:
6 - dartanalyzer --strong `find lib -name '*.dart'`
nweiz 2016/03/21 20:09:18 Also add a .analysis_options file that enables str
7 - pub run test:test
8 matrix:
9 allow_failures:
10 - dart: dev
OLDNEW
« 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