Skip to content

Commit 209cd62

Browse files
committed
ci(travis): Node 11 (on OS X) crashes, use 10 for now
1 parent 55398b5 commit 209cd62

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)