From c82e94c05bda9c92725c59b3be70d57108951fe6 Mon Sep 17 00:00:00 2001 From: Dimitar Dobrev Date: Wed, 21 Sep 2016 19:17:41 +0300 Subject: [PATCH] Removed the custom wget from the CI because the remote OS X has been updated. Signed-off-by: Dimitar Dobrev --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a4d48fb8..fc44d54c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,6 @@ install: - if [ "$TRAVIS_OS_NAME" = "linux" ]; then echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list; fi - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get update -qq; fi - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install -y mono-devel; fi - - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install wget xz; fi - if [ "$TRAVIS_OS_NAME" = "osx" ]; then wget -O mono.pkg http://download.mono-project.com/archive/4.2.1/macos-10-x86/MonoFramework-MDK-4.2.1.102.macos10.xamarin.x86.pkg; fi - if [ "$TRAVIS_OS_NAME" = "osx" ]; then sudo installer -pkg "mono.pkg" -target /; fi - wget https://nuget.org/nuget.exe