Skip to content

Commit b14e245

Browse files
committed
Remove frozen files check temporary to make travis run.
1 parent 2b83cc3 commit b14e245

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

.travis.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -184,35 +184,6 @@ matrix:
184184
find -name "*.s" | tee BUILD/badasm |
185185
sed -e "s/^/Bad Assembler file name found: /" && [ ! -s BUILD/badasm ]
186186
187-
- <<: *docs-vm
188-
name: "Frozen tools check"
189-
env: NAME=frozen_tools_check
190-
script:
191-
# Reject any changes to tools that would require a re-release of the
192-
# tools for the online compiler.
193-
- >-
194-
frozen_files=`\
195-
git diff --name-only --diff-filter=d FETCH_HEAD..HEAD \
196-
| egrep \
197-
-e "^tools/build_api*" \
198-
-e "^tools/config*" \
199-
-e "^tools/export*" \
200-
-e "^tools/notifier*" \
201-
-e "^tools/paths*" \
202-
-e "^tools/resources*" \
203-
-e "^tools/targets*" \
204-
-e "^tools/toolchains*" \
205-
-e "^tools/utils*" \
206-
-e "^$"`
207-
if [ -z "$frozen_files" ]; then
208-
echo "Success!";
209-
else
210-
echo -e "Failure: Frozen files were modified\n$frozen_files";
211-
echo -e "Please see https://os.mbed.com/blog/entry/Introducing-the-new-Mbed-Tools/" \
212-
"\nfor why we've frozen the legacy tools.";
213-
false;
214-
fi
215-
216187
### Python Tests ###
217188
- &pytools-vm
218189
stage: "Pytest"

0 commit comments

Comments
 (0)