From 2f9e4266fa3040e2917a832c3c6f4768074d3844 Mon Sep 17 00:00:00 2001 From: hondacrx Date: Tue, 20 Jun 2017 14:24:39 -0400 Subject: [PATCH] Bye Travis for now --- .travis.yml | 12 ------------ README.md | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index ae11d8cd5..000000000 --- a/.travis.yml +++ /dev/null @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index d9db30287..ee84da4b1 100644 --- a/README.md +++ b/README.md @@ -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).