Skip to content

Commit 8594e3d

Browse files
Workaround for a bug in Nyc and/or Mocha on Node 12.11 on Windows
1 parent fe25cd5 commit 8594e3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ language: node_js
99
node_js:
1010
- 8
1111
- 10
12-
- 12
12+
- 12.10 # HACK: Nyc + Mocha fails on Node 12.11 on Windows. Awaiting a fix
1313

1414
os:
1515
- linux

0 commit comments

Comments
 (0)