Skip to content

Commit 6be8c1e

Browse files
committed
Test on node.js 10 appveyor
1 parent 5ad78b3 commit 6be8c1e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

appveyor.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@ init:
1212
# what combinations to test
1313
environment:
1414
matrix:
15-
- nodejs_version: 8
15+
- nodejs_version: 10
1616
job_part: unit
17+
- nodejs_version: 10
18+
job_part: integration
19+
jest: --maxWorkers=2
1720
- nodejs_version: 8
1821
job_part: integration
1922
jest: --maxWorkers=2

0 commit comments

Comments
 (0)