Skip to content

Commit 703e654

Browse files
committed
[ci] Test on Linux ARM64
1 parent a506f9b commit 703e654

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

.travis.yml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,26 @@ jobs:
2828
- TEST=1
2929
- BUILD_NAME=darwin-x64
3030
- os: linux
31-
node_js: 14
31+
node_js: 10
32+
arch: arm64
3233
env:
33-
- BUILD_NAME=linux-arm
34-
- BUILD_SCRIPT=prebuild-linux-arm
35-
if: tag is present
34+
- TEST=1
35+
- os: linux
36+
node_js: 12
37+
arch: arm64
38+
env:
39+
- TEST=1
3640
- os: linux
3741
node_js: 14
3842
arch: arm64
3943
env:
44+
- TEST=1
4045
- BUILD_NAME=linux-arm64
46+
- os: linux
47+
node_js: 14
48+
env:
49+
- BUILD_NAME=linux-arm
50+
- BUILD_SCRIPT=prebuild-linux-arm
4151
if: tag is present
4252
script:
4353
- if [ -n "$TEST" ]; then npm run test; fi

0 commit comments

Comments
 (0)