Skip to content

Commit 11e1b9d

Browse files
authored
Update .travis.yml
Disable mac and use Partner Soltuion Build
1 parent 3c62628 commit 11e1b9d

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.travis.yml

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
language: node_js
2+
os: linux
3+
arch:
4+
- arm64
5+
- ppc64le
6+
- s390x
27
node_js:
38
- "lts/*"
49
dist: xenial
510
cache: npm
6-
os:
7-
- linux
8-
- osx
9-
osx_image: xcode11
11+
# os:
12+
# - linux
13+
# - osx
14+
# osx_image: xcode11
1015
script: 'node platform; npm test'

0 commit comments

Comments
 (0)