"examples/vscode:/vscode.git/clone" did not exist on "f37b0d463f1b4cc0cf5843eb97dce21afc684ca1"
Commit e6505417 authored by Nikita Titov's avatar Nikita Titov Committed by James Lamb
Browse files

[ci] removed outdated code (#2475)

parent 54be4204
......@@ -7,14 +7,6 @@ if [[ $OS_NAME == "macos" ]]; then
sudo xcode-select -s /Applications/Xcode_8.3.3.app/Contents/Developer
fi
else # gcc
if [[ $TRAVIS == "true" ]]; then
# rm '/usr/local/include/c++' # previous variant to deal with conflict link
# brew cask uninstall oclint # reserve variant to deal with conflict link
brew link --overwrite gcc
brew upgrade gcc
else
brew update
fi
if [[ $TASK != "mpi" ]]; then
brew install gcc
fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment