Skip to content

Commit

Permalink
Revert "Update travis script to actually run dartanalyzer (#102)"
Browse files Browse the repository at this point in the history
This reverts commit ef34ede.
  • Loading branch information
matanlurey authored Feb 24, 2018
1 parent ef34ede commit a9101dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ echo "PASSED"

# Make sure we pass the analyzer
echo "Checking dartanalyzer..."
FAILS_ANALYZER="$(find lib test -name "*.dart" | xargs dartanalyzer --options analysis_options.yaml)"
FAILS_ANALYZER="$(find lib test -name "*.dart" | xargs dartanalyzer --options .analysis_options)"
if [[ $FAILS_ANALYZER == *"[error]"* ]]
then
echo "FAILED"
Expand Down

0 comments on commit a9101dc

Please sign in to comment.