Skip to content

Commit

Permalink
Only analyze lib and test dirs
Browse files Browse the repository at this point in the history
Likely due to dart-lang/sdk#26212
  • Loading branch information
kevmoo committed Jun 29, 2017
1 parent b266d99 commit 2ddd169
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ matrix:
include:
- dart: stable
dart_task: dartfmt
# Wish we could exclude `examples` in `analysis_options.yaml` but it seems
# blocked by https://github.com/dart-lang/sdk/issues/26212
- dart: dev
dart_task: dartanalyzer
dart_task: dartanalyzer lib test

# Only building master means that we don't run two builds for each pull request.
branches:
Expand Down

0 comments on commit 2ddd169

Please sign in to comment.