Makes travis on run on the host console

This commit is contained in:
Jordan Brown
2018-04-01 12:48:29 -04:00
parent 769453f615
commit 024bd4e725
+2 -2
View File
@@ -11,7 +11,7 @@ matrix:
env: CONFIGURATION="Release"
install:
- dotnet restore tgstation-server.sln
- cd src/Tgstation.Server.Host.Console && dotnet restore
script:
- dotnet test -c $CONFIGURATION tgstation-server.sln
- cd src/Tgstation.Server.Host.Console && dotnet test -c $CONFIGURATION tgstation-server.sln