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 ...@@ -7,14 +7,6 @@ if [[ $OS_NAME == "macos" ]]; then
sudo xcode-select -s /Applications/Xcode_8.3.3.app/Contents/Developer sudo xcode-select -s /Applications/Xcode_8.3.3.app/Contents/Developer
fi fi
else # gcc 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 if [[ $TASK != "mpi" ]]; then
brew install gcc brew install gcc
fi 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