Skip to content

Commit 20e8272

Browse files
hicom150malept
andauthored
build: add macOS support to Travis CI (#176)
Co-authored-by: Mark Lee <[email protected]>
1 parent 4cc26b1 commit 20e8272

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
language: node_js
2+
os:
3+
- linux
4+
- osx
25
node_js:
3-
- '12'
46
- '10'
7+
- '12'
58
dist: bionic
9+
osx_image: xcode12
610
cache:
711
directories:
812
- node_modules
@@ -16,6 +20,9 @@ addons:
1620
apt:
1721
packages:
1822
- rpm
23+
homebrew:
24+
packages:
25+
- rpm
1926
deploy:
2027
provider: npm
2128

0 commit comments

Comments
 (0)