Skip to content

Commit a52f2d7

Browse files
hiroppyevilebottnawi
authored andcommitted
chore(ci): add v8 and v11 of Node version (#1652)
1 parent 5833986 commit a52f2d7

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

.travis.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
language: node_js
22

3+
cache:
4+
directories:
5+
- node_modules
6+
37
jobs:
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

appveyor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
build: 'off'
22

3+
cache:
4+
- node_modules
5+
36
init:
47
- git config --global core.autocrlf input
58

69
environment:
710
matrix:
11+
- nodejs_version: '11'
12+
webpack_version: latest
813
- nodejs_version: '10'
914
webpack_version: latest
1015
- nodejs_version: '8'

0 commit comments

Comments
 (0)