Skip to content

Commit 288c81b

Browse files
committed
Feature(CI): Use allow_failure for LLVM 7 & 8
1 parent df85fb5 commit 288c81b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ node-11-llvm-6:
1616
<<: *run_tests
1717

1818
node-11-llvm-7:
19+
allow_failure: true
1920
image: registry.gitlab.com/ovr/staticscript:node-11-llvm-7
2021
<<: *run_tests
2122

2223
node-11-llvm-8:
24+
allow_failure: true
2325
image: registry.gitlab.com/ovr/staticscript:node-11-llvm-8
2426
<<: *run_tests

0 commit comments

Comments
 (0)