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