Skip to content

Commit 2c7612d

Browse files
committed
Disable mac builds on CI for now
1 parent 9539205 commit 2c7612d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
sudo: required
22
language: generic
33

4-
matrix:
5-
include:
6-
- os: osx
7-
osx_image: xcode8
8-
# Travis throws Linux in too without needing it in matrix
4+
# Vim plugin installation hangs on Travis OS X.
5+
# Disabling mac builds for now.
6+
# matrix:
7+
# include:
8+
# - os: osx
9+
# osx_image: xcode8
910

1011
before_install:
1112
- mkdir -p $HOME/.local/bin

0 commit comments

Comments
 (0)