Trying to fix travis

This commit is contained in:
hondacrx
2017-06-20 13:49:50 -04:00
parent 33e2fc541b
commit 7c30d1d9cb
+3 -1
View File
@@ -1,2 +1,4 @@
language: csharp
solution: ./CypherCore.sln
solution: ./CypherCore.sln
- find $TRAVIS_BUILD_DIR -type f -iname "*.csproj" -exec sh -c 'xmlstarlet ed --inplace -d "(/_:Project/_:PropertyGroup/_:PreBuildEvent)[1]/.." "{}"' \;