Skip to content

Commit 66ee6e8

Browse files
committed
Ignore 32 bit arm failures for now
Seems we are running out of memory.
1 parent 62f050f commit 66ee6e8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.drone.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ steps:
279279

280280
- name: test
281281
image: node:12
282+
failure: ignore
282283
commands:
283284
- yarn test
284285

@@ -348,6 +349,7 @@ steps:
348349

349350
- name: test
350351
image: node:12-alpine
352+
failure: ignore
351353
commands:
352354
- yarn test
353355

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ node_js:
44
services:
55
- docker
66

7-
# Don't build on tags because we'll already have built the commit.
87
jobs:
98
include:
109
- name: "MacOS build"

0 commit comments

Comments
 (0)