Skip to content

Commit

Permalink
update Xcode on Travis (#1825)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS authored and chivee committed Nov 6, 2018
1 parent 28e47aa commit 8ace733
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .ci/setup.sh
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -8,6 +8,7 @@ git:
os:
- linux
- osx
osx_image: xcode10.1

env:
global: # default values
Expand Down

0 comments on commit 8ace733

Please sign in to comment.