Skip to content

Commit 57248b5

Browse files
committed
Disable osx builds in travis
1 parent 0503f7a commit 57248b5

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.travis.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,21 @@ matrix:
2424
compiler: g++
2525
env:
2626
- NODE_VERSION=18
27-
- os: osx
28-
osx_image: xcode13.4
29-
compiler: clang
30-
env:
31-
- NODE_VERSION=14
32-
- os: osx
33-
osx_image: xcode13.4
34-
compiler: clang
35-
env:
36-
- NODE_VERSION=16
37-
- os: osx
38-
osx_image: xcode13.4
39-
compiler: clang
40-
env:
41-
- NODE_VERSION=18
27+
# - os: osx
28+
# osx_image: xcode13.4
29+
# compiler: clang
30+
# env:
31+
# - NODE_VERSION=14
32+
# - os: osx
33+
# osx_image: xcode13.4
34+
# compiler: clang
35+
# env:
36+
# - NODE_VERSION=16
37+
# - os: osx
38+
# osx_image: xcode13.4
39+
# compiler: clang
40+
# env:
41+
# - NODE_VERSION=18
4242
addons:
4343
apt:
4444
sources:

0 commit comments

Comments
 (0)