Skip to content

Commit f02278e

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 1c4ff8c + 20e8272 commit f02278e

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)