Browse Source

Remove brew installation as Travis already provides it.

pull/536/merge
triton 10 years ago
parent
commit
b8cc2ac134
  1. 1
      .travis.yml

1
.travis.yml

@ -18,7 +18,6 @@ install: @@ -18,7 +18,6 @@ install:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then echo "deb http://download.mono-project.com/repo/debian wheezy-libtiff-compat main" | sudo tee -a /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 nuget p7zip-full; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install wget p7zip; fi
- wget https://nuget.org/nuget.exe
- mono nuget install NUnit -Version 2.6.4 -OutputDirectory deps

Loading…
Cancel
Save