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 62f050f commit 66ee6e8Copy full SHA for 66ee6e8
.drone.yml
@@ -279,6 +279,7 @@ steps:
279
280
- name: test
281
image: node:12
282
+ failure: ignore
283
commands:
284
- yarn test
285
@@ -348,6 +349,7 @@ steps:
348
349
350
351
image: node:12-alpine
352
353
354
355
.travis.yml
@@ -4,7 +4,6 @@ node_js:
4
services:
5
- docker
6
7
-# Don't build on tags because we'll already have built the commit.
8
jobs:
9
include:
10
- name: "MacOS build"
0 commit comments