8000 CI: remove mac builds on travis · matplotlib/matplotlib@4da7fa1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4da7fa1

Browse files
committed
CI: remove mac builds on travis
The brew configuration has bit-rotted
1 parent 7b019ec commit 4da7fa1

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.travis.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -98,22 +98,7 @@ matrix:
9898
sudo: true
9999
- python: "nightly"
100100
env: PRE=--pre
101-
- os: osx
102-
osx_image: xcode7.3
103-
language: generic # https://github.com/travis-ci/travis-ci/issues/2312
104-
env:
105-
- MOCK=mock
106-
- PILLOW='pillow!=5.1.0'
107-
only: master
108-
cache:
109-
# As for now travis caches only "$HOME/.cache/pip"
110-
# https://docs.travis-ci.com/user/caching/#pip-cache
111-
pip: false
112-
directories:
113-
- $HOME/Library/Caches/pip
114-
# `cache` does not support `env`-like `global` so copy-paste from top
115-
- $HOME/.ccache # https://github.com/travis-ci/travis-ci/issues/5853
116-
- $HOME/.cache/matplotlib
101+
117102
allow_failures:
118103
- python: "nightly"
119104

0 commit comments

Comments
 (0)
0