Skip to content

Commit 0c92518

Browse files
committed
fix: disable Yarn GPG so it doesn't prevent the Travis build to finish
See https://travis-ci.community/t/build-doesnt-finish-after-completing-tests/288
1 parent 9fa1c99 commit 0c92518

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ node_js:
1212
- 11
1313

1414
env:
15-
- ZF_TRAVIS_COMMAND=test
15+
global:
16+
- YARN_GPG=no
17+
matrix:
18+
- ZF_TRAVIS_COMMAND=test
1619

1720
matrix:
1821
include:

0 commit comments

Comments
 (0)