Delete .travis.yml

pull/5/head
thatcosmonaut 2019-06-27 16:57:58 -07:00 committed by GitHub
parent b07376ec67
commit 302ed3d69d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 18 deletions

View File

@ -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