Travis.yml change to check for duplicate nanoUI templates.

The way nanoUI works having two templates with same MD5 hash means
that one won't be sent to the clients as the resource sending function
in byond uses MD5hash and MD5hash only to determine if someone has a file.

This bug doesn't show up in Windows for some reason but is something we'd want
to watch out for.
This commit is contained in:
ccomp5950
2015-05-17 01:40:41 -04:00
parent 2359245f06
commit 7433e6b7d2
+1
View File
@@ -19,4 +19,5 @@ install:
script:
- shopt -s globstar
- (! grep 'step_[xy]' maps/**/*.dmm)
- (! find nano/templates/ -type f -exec md5sum {} + | sort | uniq -D -w 32 | grep nano)
- DreamMaker baystation12.dme