Skip to content

Commit

Permalink
sd
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwhite4 committed Jan 25, 2017
1 parent b1ce46a commit 32b64b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ elif [ "$TEST_SUITE" = "style" ]; then
fi
done
for file in "${js_files_changed[@]}"; do
eslint "$file"
eslint "$file" -f json > "$file.lint.new.json"
if [ $? != 0 ]; then
git show "$commit_range_start:$file" | eslint --stdin --stdin-filename "$file" -f json > "$file.lint.orig.json"
Expand Down

0 comments on commit 32b64b6

Please sign in to comment.