Skip to content

Commit

Permalink
[travis-ci] disable xcode12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
spj101 committed Dec 14, 2020
1 parent 20c7408 commit c9308ef
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ matrix:
- pyenv
update: true
env:
- NORMALIZ_VERSION=3.8.7
- NORMALIZ_VERSION=3.8.9
- NORMALIZ_ZIP_BASE=normaliz-${NORMALIZ_VERSION}-
- PYTHON_INSTALL='sudo -H pip install'
before_install:
Expand All @@ -169,22 +169,22 @@ matrix:
- pyenv version
- if command -v pyenv 1>/dev/null 2>&1; then eval "$(pyenv init -)"; fi

- os: osx
osx_image: xcode12.2
language: c++
compiler: clang
addons:
homebrew:
packages:
- graphviz
update: false
env:
- NORMALIZ_VERSION=3.8.9
- NORMALIZ_ZIP_BASE=normaliz-${NORMALIZ_VERSION}-
- PYTHON_INSTALL='sudo -H pip install'
before_install:
- brew uninstall numpy --ignore-dependencies
- brew link --overwrite python
#- os: osx
# osx_image: xcode12.2
# language: c++
# compiler: clang
# addons:
# homebrew:
# packages:
# - graphviz
# update: false
# env:
# - NORMALIZ_VERSION=3.8.9
# - NORMALIZ_ZIP_BASE=normaliz-${NORMALIZ_VERSION}-
# - PYTHON_INSTALL='sudo -H pip install'
# before_install:
# - brew uninstall numpy --ignore-dependencies
# - brew link --overwrite python


###################################################
Expand Down

0 comments on commit c9308ef

Please sign in to comment.