diff --git a/.gitattributes b/.gitattributes index d644bd8e..5811d790 100644 --- a/.gitattributes +++ b/.gitattributes @@ -13,6 +13,7 @@ *.tm text *.glsl text *.resx text +*.yml text *.dll binary *.exe binary diff --git a/.travis.yml b/.travis.yml index 540333c5..6a30a80c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,9 +8,11 @@ env: - MONO_VER="3.2.6" before_install: - - wget "http://download.mono-project.com/archive/${MONO_VER}/macos-10-x86/MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.dmg" - - hdid "MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.dmg" - - sudo installer -pkg "/Volumes/Mono Framework MDK ${MONO_VER}/MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.pkg" -target / + - wget "http://download.mono-project.com/archive/${MONO_VER}/macos-10-x86/MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.pkg" "http://download.mono-project.com/archive/${MONO_VER}/macos-10-x86/MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.dmg" || true + - hdid "MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.dmg" || true + - sudo installer -pkg "/Volumes/Mono Framework MDK ${MONO_VER}/MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.pkg" -target / || true + - sudo installer -pkg "MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.pkg" -target / || true + - xbuild /p:Configuration=Release || true script: - xbuild /p:Configuration=Release