Browse Source

Install Mono with brew on OSX.

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

2
.travis.yml

@ -18,7 +18,7 @@ install: @@ -18,7 +18,7 @@ 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 brew install wget p7zip; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install mono wget p7zip; fi
- wget https://nuget.org/nuget.exe
- mono nuget install NUnit -Version 2.6.4 -OutputDirectory deps
- mono nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory deps

Loading…
Cancel
Save