Merge branch 'dev' into feature/msbuild

This commit is contained in:
Nate McMaster 2016-12-15 09:35:06 -08:00
commit a4b7bbab45
2 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ mono:
os:
- linux
- osx
osx_image: xcode7.3
branches:
only:
- master

View File

@ -38,7 +38,7 @@ if test ! -d $buildFolder; then
chmod +x $buildFile
# Cleanup
if test ! -d $tempFolder; then
if test -d $tempFolder; then
rm -rf $tempFolder
fi
fi