Skip to content

Commit e7ff857

Browse files
committed
travis: Disable Mac OS builds for now
1 parent d2f5d0c commit e7ff857

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ env:
1010

1111
matrix:
1212
include:
13-
- os: osx
14-
osx_image: xcode7.2 # OS X 10.11
15-
# Travis macOS env does not support Python yet,
16-
# so we have to set things up manually in install.sh.
17-
env: PYTHON_VERSION=3.5.2
18-
PIP_USER=1
13+
# - os: osx
14+
# osx_image: xcode7.2 # OS X 10.11
15+
# # Travis macOS env does not support Python yet,
16+
# # so we have to set things up manually in install.sh.
17+
# env: PYTHON_VERSION=3.5.2
18+
# PIP_USER=1
1919

2020
- os: linux
2121
dist: trusty

0 commit comments

Comments
 (0)