Bye Travis for now

This commit is contained in:
hondacrx
2017-06-20 14:24:39 -04:00
parent d78abb79a7
commit 2f9e4266fa
2 changed files with 1 additions and 13 deletions
-12
View File
@@ -1,12 +0,0 @@
language: csharp
solution: ./CypherCore.sln
install:
- sudo apt install xmlstarlet
- echo "Removing Pre-build events.."
- find $TRAVIS_BUILD_DIR -type f -iname "*.csproj" -exec sh -c 'xmlstarlet ed --inplace -d "(/_:Project/_:PropertyGroup/_:PreBuildEvent)[0]/.." "{}"' \;
- find $TRAVIS_BUILD_DIR -type f -iname "*.csproj" -exec sh -c 'xmlstarlet ed --inplace -d "(/_:Project/_:PropertyGroup/_:PreBuildEvent)[1]/.." "{}"' \;
- find $TRAVIS_BUILD_DIR -type f -iname "*.csproj" -exec sh -c 'xmlstarlet ed --inplace -d "(/_:Project/_:PropertyGroup/_:PreBuildEvent)[2]/.." "{}"' \;
- find $TRAVIS_BUILD_DIR -type f -iname "*.csproj" -exec sh -c 'xmlstarlet ed --inplace -d "(/_:Project/_:PropertyGroup/_:PreBuildEvent)[3]/.." "{}"' \;
- find $TRAVIS_BUILD_DIR -type f -iname "*.csproj" -exec sh -c 'xmlstarlet ed --inplace -d "(/_:Project/_:PropertyGroup/_:PreBuildEvent)[4]/.." "{}"' \;
- nuget restore CypherCore.sln
+1 -1
View File
@@ -1,4 +1,4 @@
## CypherCore [![Build Status](https://travis-ci.org/CypherCore/CypherCore.svg?branch=master)](https://travis-ci.org/CypherCore/CypherCore) [![Build status](https://ci.appveyor.com/api/projects/status/6290gij98ukvt6ob/branch/master?svg=true)](https://ci.appveyor.com/project/hondacrx/CypherCore/branch/master)
## CypherCore [![Build status](https://ci.appveyor.com/api/projects/status/6290gij98ukvt6ob/branch/master?svg=true)](https://ci.appveyor.com/project/hondacrx/CypherCore/branch/master)
CypherCore is an open source server project for World of Warcraft written in C# (.NET Core).