Remove leftover Travis files (#2334)

This commit is contained in:
RedlineTriad
2020-10-21 15:11:04 +02:00
committed by GitHub
parent 5501b2c5c5
commit 78507ac9a2
4 changed files with 0 additions and 48 deletions

View File

@@ -1,11 +0,0 @@
#!/usr/bin/env bash
set -e
# Use manually installed .NET.
# Travis is shitting itself. Wonderful.
PATH="~/.dotnet:$PATH"
dotnet build SpaceStation14.sln /p:Python=python3.6
dotnet test Content.Tests/Content.Tests.csproj
dotnet test Content.IntegrationTests/Content.IntegrationTests.csproj