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

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: 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/algorithms.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 language: dart
2 dart:
3 - stable
4 - dev
5 script:
6 - dartanalyzer --strong `find lib -name '*.dart'`
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/algorithms.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698