Skip to content

Commit e31f2bb

Browse files
committed
Travis: Do not ignore deleted frozen files
The filter `--diff-filter=d' causes deleted files to be ignored from the frozen tools check. But there is no reason for this, as deleting a file can break compatibility with the legacy tools.
1 parent 4d09e47 commit e31f2bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ matrix:
325325
# tools for the online compiler.
326326
- >-
327327
frozen_files=`\
328-
git diff --name-only --diff-filter=d FETCH_HEAD..HEAD \
328+
git diff --name-only FETCH_HEAD..HEAD \
329329
| egrep \
330330
-e "^tools/build_api*" \
331331
-e "^tools/config*" \

0 commit comments

Comments
 (0)