Skip to content
Snippets Groups Projects
Commit 3194153b authored by Daniel Agar's avatar Daniel Agar Committed by GitHub
Browse files

travis-ci homebrew cleanup (#4874)

parent b247dac1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment