Skip to content

Commit c374d26

Browse files
committed
Remove macOS environments from build matrix
Travis' backlog for macOS builds is quite high, and the environments also do not support MongoDB. We can revisit adding these environments down the line when the infrastructure has improved and we sort out explicit installation of MongoDB versions (see: PHPLIB-299). Note: a macOS build with Secure Channel was manually tested in mongodb#736.
1 parent 31a6221 commit c374d26

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.travis.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,6 @@ matrix:
2828
dist: trusty
2929
sudo: required
3030
php: 7.2
31-
- os: osx
32-
osx_image: xcode8.3
33-
language: generic
34-
env:
35-
- PHP_VERSION: php56
36-
- os: osx
37-
osx_image: xcode9.2
38-
language: generic
39-
env:
40-
- PHP_VERSION: php72
41-
- os: osx
42-
osx_image: xcode9.2
43-
language: generic
44-
env:
45-
- PHP_VERSION: php72
46-
- SSL_VERSION: darwin
4731

4832
services:
4933
- mongodb

0 commit comments

Comments
 (0)