We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a506f9b commit 703e654Copy full SHA for 703e654
.travis.yml
@@ -28,16 +28,26 @@ jobs:
28
- TEST=1
29
- BUILD_NAME=darwin-x64
30
- os: linux
31
- node_js: 14
+ node_js: 10
32
+ arch: arm64
33
env:
- - BUILD_NAME=linux-arm
34
- - BUILD_SCRIPT=prebuild-linux-arm
35
- if: tag is present
+ - TEST=1
+ - os: linux
36
+ node_js: 12
37
38
+ env:
39
40
41
node_js: 14
42
arch: arm64
43
44
45
- BUILD_NAME=linux-arm64
46
47
+ node_js: 14
48
49
+ - BUILD_NAME=linux-arm
50
+ - BUILD_SCRIPT=prebuild-linux-arm
51
if: tag is present
52
script:
53
- if [ -n "$TEST" ]; then npm run test; fi
0 commit comments