Skip to content

Commit

Permalink
[ci] removed outdated code (#2475)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS authored and jameslamb committed Sep 29, 2019
1 parent 54be420 commit e650541
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .ci/setup.sh
Expand Up @@ -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
Expand Down

0 comments on commit e650541

Please sign in to comment.