Do not install already installed deps. on OSX TraviS build, this should be made future proof

This commit is contained in:
Daniel J. Hofmann 2016-03-10 12:54:22 +01:00 committed by Patrick Niklaus
parent ac0279aa83
commit c2e49bd152

View File

@ -127,7 +127,8 @@ install:
export PATH=${DEPS_DIR}/cmake/bin:${PATH}
elif [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
brew install cmake boost libzip libstxxl libxml2 lua51 luabind tbb GDAL md5sha1sum
# implicit deps, but seem to be installed by default with recent images: libxml2 GDAL boost
brew install cmake libzip libstxxl lua51 luabind tbb md5sha1sum
fi
before_script: