Still Trying

This commit is contained in:
hondacrx
2017-06-20 13:53:41 -04:00
parent 7c30d1d9cb
commit c7908c36fd
+1
View File
@@ -1,4 +1,5 @@
language: csharp language: csharp
solution: ./CypherCore.sln solution: ./CypherCore.sln
before_install:
- 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)[1]/.." "{}"' \;