File tree 2 files changed +17
-4
lines changed
2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
3
+ cache :
4
+ directories :
5
+ - node_modules
6
+
3
7
jobs :
4
8
fast_finish : true
5
9
include :
@@ -11,18 +15,22 @@ jobs:
11
15
env : SCRIPT=test
12
16
node_js : ' stable'
13
17
- << : *linux
14
- node_js : ' lts/*'
18
+ node_js : 11
19
+ - << : *linux
20
+ node_js : 10
21
+ - << : *linux
22
+ node_js : 8
15
23
- << : *linux
16
24
node_js : 6
17
25
- &osx
18
26
stage : Test (MacOS)
19
27
os : ' osx'
20
28
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
23
31
node_js : 10
24
32
- << : *osx
25
- node_js : ' lts/* '
33
+ node_js : 8
26
34
- << : *osx
27
35
node_js : 6
28
36
Original file line number Diff line number Diff line change 1
1
build : ' off'
2
2
3
+ cache :
4
+ - node_modules
5
+
3
6
init :
4
7
- git config --global core.autocrlf input
5
8
6
9
environment :
7
10
matrix :
11
+ - nodejs_version : ' 11'
12
+ webpack_version : latest
8
13
- nodejs_version : ' 10'
9
14
webpack_version : latest
10
15
- nodejs_version : ' 8'
You can’t perform that action at this time.
0 commit comments