File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 11language : node_js
22
3+ cache :
4+ directories :
5+ - node_modules
6+
37jobs :
48 fast_finish : true
59 include :
@@ -11,18 +15,22 @@ jobs:
1115 env : SCRIPT=test
1216 node_js : ' stable'
1317 - << : *linux
14- node_js : ' lts/*'
18+ node_js : 11
19+ - << : *linux
20+ node_js : 10
21+ - << : *linux
22+ node_js : 8
1523 - << : *linux
1624 node_js : 6
1725 - &osx
1826 stage : Test (MacOS)
1927 os : ' osx'
2028 env : SCRIPT=test
21- # Node 10 instead of 'stable' since Node 11 segfaults
22- # https://github.com/webpack/webpack-dev-server/pull/1588
29+ node_js : 11
30+ - << : *osx
2331 node_js : 10
2432 - << : *osx
25- node_js : ' lts/* '
33+ node_js : 8
2634 - << : *osx
2735 node_js : 6
2836
Original file line number Diff line number Diff line change 11build : ' off'
22
3+ cache :
4+ - node_modules
5+
36init :
47 - git config --global core.autocrlf input
58
69environment :
710 matrix :
11+ - nodejs_version : ' 11'
12+ webpack_version : latest
813 - nodejs_version : ' 10'
914 webpack_version : latest
1015 - nodejs_version : ' 8'
You can’t perform that action at this time.
0 commit comments