Skip to content

Commit

Permalink
ci(travis): Node 11 (on OS X) crashes, use 10 for now (#1588)
Browse files Browse the repository at this point in the history
  • Loading branch information
odinho authored and evilebottnawi committed Dec 4, 2018
1 parent 55398b5 commit 1fe82de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -18,7 +18,9 @@ jobs:
stage: Test (MacOS)
os: 'osx'
env: SCRIPT=test
node_js: 'stable'
# Node 10 instead of 'stable' since Node 11 segfaults
# https://github.com/webpack/webpack-dev-server/pull/1588
node_js: 10
- <<: *osx
node_js: 'lts/*'
- <<: *osx
Expand Down

0 comments on commit 1fe82de

Please sign in to comment.