Simplify .travis.osx.yml

This commit is contained in:
Soonho Kong 2013-08-15 11:51:46 -07:00
parent 25bfb58f17
commit 96c4343b0c

View file

@ -36,15 +36,12 @@ install:
fi
- sudo chown -R `whoami` /usr/local
- brew install cmake ninja
- brew link -f cmake
- brew link -f ninja
- brew install gmp
- brew link --overwrite gmp
- brew install mpfr
- brew link --overwrite mpfr
- if [[ $USE_TCMALLOC == TRUE ]]; then
brew install google-perftools;
brew link --overwrite google-perftools;
fi
notifications: