Skip to content

Commit 6ae431d

Browse files
author
Eric Koleda
committed
Fix Travis build errors by pinning to older Node version.
1 parent 65ff55d commit 6ae431d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: node_js
22
node_js:
3-
- "node"
3+
# Select a Node version where there if a Fibers binary available.
4+
- 8.11.1
45
branches:
56
only:
67
- master

0 commit comments

Comments
 (0)