Skip to content

Commit 0551727

Browse files
committed
Allow failures on installs
1 parent a87c673 commit 0551727

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: appveyor.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
image: Visual Studio 2017
22

33
environment:
4+
APPVEYOR_SAVE_CACHE_ON_ERROR: true
5+
allow_failures:
6+
- test_suite: "installs"
47
matrix:
58
- nodejs_version: 10
69
test_suite: "simple"

0 commit comments

Comments
 (0)