From c926d37596b8b378868785fecf78c0e507d51be1 Mon Sep 17 00:00:00 2001 From: hondacrx Date: Tue, 20 Jun 2017 14:00:55 -0400 Subject: [PATCH] Ok this time fix travis i hope --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 13fed62cb..b7b0d5341 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: csharp solution: ./CypherCore.sln -script: - - 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 +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)[1]/.." "{}"' \; \ No newline at end of file