From 302ed3d69d7894f86c2318a467e052f9e606fae0 Mon Sep 17 00:00:00 2001 From: thatcosmonaut <2342303+thatcosmonaut@users.noreply.github.com> Date: Thu, 27 Jun 2019 16:57:58 -0700 Subject: [PATCH] Delete .travis.yml --- .travis.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 22fb9ab..0000000 --- a/.travis.yml +++ /dev/null @@ -1,18 +0,0 @@ -dist: xenial -language: csharp -solution: encompass-cs.sln -mono: none -dotnet: 2.1.502 - -script: - - dotnet restore - - dotnet build -c Release - - dotnet test -c Release - -deploy: - skip_cleanup: true - provider: script - script: dotnet nuget push ./encompass-cs/bin/Release/EncompassECS.Framework.*.nupkg -k $API_KEY -s $NUGET_SOURCE - on: - tags: true - repo: encompass-ecs/encompass-cs