Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 6c06322

Browse files
committedOct 21, 2020
chore: disable node 15 until it can generate random numbers again
1 parent bbcaf34 commit 6c06322

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ stages:
1515

1616
node_js:
1717
- 'lts/*'
18-
- 'node'
18+
# node 15 is broken until the fix for https://github.com/nodejs/node/issues/35722 is released
19+
# - 'node'
1920

2021
os:
2122
- linux

0 commit comments

Comments
 (0)