travis-ci homebrew cleanup (#4874)

This commit is contained in:
Daniel Agar 2016-06-22 21:55:12 -04:00 committed by GitHub
parent b247dac120
commit 3194153b21
1 changed files with 4 additions and 6 deletions

View File

@ -29,12 +29,10 @@ before_install:
&& docker pull ${DOCKER_REPO}
;
elif [ "${TRAVIS_OS_NAME}" = "osx" ]; then
brew tap PX4/homebrew-px4
&& brew update
&& brew update
&& brew install ccache cmake ninja genromfs
&& sudo easy_install pip
&& sudo pip install empy
brew update
&& brew install ccache cmake ninja
&& sudo -H easy_install pip
&& sudo -H pip install empy
&& export PATH=/usr/local/opt/ccache/libexec:$PATH
;
fi