Skip to content

Commit 1fe82de

Browse files
odinhoevilebottnawi
authored andcommittedDec 4, 2018
ci(travis): Node 11 (on OS X) crashes, use 10 for now (#1588)
1 parent 55398b5 commit 1fe82de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
stage: Test (MacOS)
1919
os: 'osx'
2020
env: SCRIPT=test
21-
node_js: 'stable'
21+
# Node 10 instead of 'stable' since Node 11 segfaults
22+
# https://github.com/webpack/webpack-dev-server/pull/1588
23+
node_js: 10
2224
- <<: *osx
2325
node_js: 'lts/*'
2426
- <<: *osx

0 commit comments

Comments
 (0)
Please sign in to comment.