Skip to content

Commit 98dd655

Browse files
committed
Use node 13.6 in travis
Some weird behavior changed w/ async iteration in node 13.7...I'm not sure if this was an unintentional break or not but it definitely diverges in behavior from node 12 and earlier versions in node 13...so for now going to run tests on 13.6 to unblock the tests from running while I track this down.
1 parent 48ed190 commit 98dd655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
node_js:
1111
- lts/dubnium
1212
- lts/erbium
13-
- 13
13+
- 13.6
1414

1515
addons:
1616
postgresql: "10"

0 commit comments

Comments
 (0)