From 7433e6b7d2eb2391ed97c09ff574e92cd93712f9 Mon Sep 17 00:00:00 2001 From: ccomp5950 Date: Sun, 17 May 2015 01:40:41 -0400 Subject: [PATCH] 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. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9d86d85229f..02174a82978 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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