Skip to content

Commit a9101dc

Browse files
authored
Revert "Update travis script to actually run dartanalyzer (#102)"
This reverts commit ef34ede.
1 parent ef34ede commit a9101dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ echo "PASSED"
2828

2929
# Make sure we pass the analyzer
3030
echo "Checking dartanalyzer..."
31-
FAILS_ANALYZER="$(find lib test -name "*.dart" | xargs dartanalyzer --options analysis_options.yaml)"
31+
FAILS_ANALYZER="$(find lib test -name "*.dart" | xargs dartanalyzer --options .analysis_options)"
3232
if [[ $FAILS_ANALYZER == *"[error]"* ]]
3333
then
3434
echo "FAILED"

0 commit comments

Comments
 (0)