Skip to content

Commit

Permalink
Fix for osx CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
phkelley committed Jul 21, 2014
1 parent 096293c commit ad12cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/travis.osx.install.deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -ev
MONO_VER=2.10.10

brew update
brew install cmake
which cmake || brew install cmake

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"
Expand Down

0 comments on commit ad12cca

Please sign in to comment.