From cd1d731b7393c06c2ccac01cbd197fd965ca5baf Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Fri, 8 Jun 2018 14:56:59 +0200 Subject: [PATCH] Don't let me write sh code. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5bf790a843..d1c2318acd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ before_script: script: # Prevent people from putting in textures/ (lowercase). -- "if [ -d Resources/textures ]; exit 1; fi" +- "if [ -d Resources/textures ]; then exit 1; fi" - "msbuild /p:Configuration=Debug /p:Platform=x64 /p:HEADLESS=1 /p:Configuratio=Debug /nologo /m /p:AllowMissingMacNatives=yes SpaceStation14Content.sln /p:Python=python3.6"