Commit 8ace7339 authored by Nikita Titov's avatar Nikita Titov Committed by Qiwei Ye
Browse files

update Xcode on Travis (#1825)

parent 28e47aae
......@@ -9,11 +9,9 @@ if [[ $OS_NAME == "macos" ]]; then
fi
else
if [[ $TRAVIS == "true" ]]; then
# Fix "fatal error: _stdio.h: No such file or directory"
softwareupdate -i "Command Line Tools (macOS High Sierra version 10.13) for Xcode-9.4"
rm '/usr/local/include/c++'
# 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 # previous variant to deal with conflict link
brew link --overwrite gcc
fi
if [[ $TASK != "mpi" ]]; then
brew install gcc
......
......@@ -8,6 +8,7 @@ git:
os:
- linux
- osx
osx_image: xcode10.1
env:
global: # default values
......
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