From c7908c36fd950b8ec4f5839e2e562361c6aff310 Mon Sep 17 00:00:00 2001 From: hondacrx Date: Tue, 20 Jun 2017 13:53:41 -0400 Subject: [PATCH] Still Trying --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 839c0db37..b1ccc8488 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: csharp solution: ./CypherCore.sln -- find $TRAVIS_BUILD_DIR -type f -iname "*.csproj" -exec sh -c 'xmlstarlet ed --inplace -d "(/_:Project/_:PropertyGroup/_:PreBuildEvent)[1]/.." "{}"' \; \ No newline at end of file +before_install: + - find $TRAVIS_BUILD_DIR -type f -iname "*.csproj" -exec sh -c 'xmlstarlet ed --inplace -d "(/_:Project/_:PropertyGroup/_:PreBuildEvent)[1]/.." "{}"' \; \ No newline at end of file