Fix broken travis.yml

This commit is contained in:
Pieter-Jan Briers
2018-06-08 12:46:11 +02:00
parent bd529a0478
commit c355031a2c

View File

@@ -33,7 +33,7 @@ before_script:
script: script:
# Prevent people from putting in textures/ (lowercase). # Prevent people from putting in textures/ (lowercase).
- "if [ -d "Resources/textures" ]; exit 1; fi" - "if [ -d Resources/textures ]; 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" - "msbuild /p:Configuration=Debug /p:Platform=x64 /p:HEADLESS=1 /p:Configuratio=Debug /nologo /m /p:AllowMissingMacNatives=yes SpaceStation14Content.sln /p:Python=python3.6"