From 1cfdfa12a09ea6511f61c56288e23b2c45da3d8a Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sun, 2 Jun 2019 20:44:51 +0200 Subject: [PATCH] Run tests in travis. --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 499e57dfb6..5fc0300dde 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,8 +32,7 @@ before_script: - "python3.5 RUN_THIS.py --no-prompt" script: - # Prevent people from putting in textures/ (lowercase). -- "if [ -d Resources/textures ]; then exit 1; fi" -- "msbuild /p:Configuration=Debug /p:Platform=x64 /p:HEADLESS=1 /nologo /m SpaceStation14.sln /p:Python=python3.5" +- "msbuild /p:Configuration=Debug /p:Platform=x64 /nologo /m SpaceStation14.sln /p:Python=python3.5" +- "mono packages/nunit.consolerunner/3.10.0/tools/nunit3-console.exe bin/Content.Tests/Content.Tests.dll bin/Content.IntegrationTests/Content.IntegrationTests.dll"