Ok this time fix travis i hope

This commit is contained in:
hondacrx
2017-06-20 14:00:55 -04:00
parent 7e696593d8
commit c926d37596
+4 -2
View File
@@ -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]/.." "{}"' \;
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]/.." "{}"' \;