Skip to content

Commit 5ad78b3

Browse files
authored
Merge pull request webpack#7160 from webpack/ci/node-10
Test with node.js 10
2 parents 81b726a + 8532fcb commit 5ad78b3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,22 @@ cache:
1313
matrix:
1414
include:
1515
- os: linux
16-
node_js: "8"
16+
node_js: "10"
1717
env: NO_WATCH_TESTS=1 JOB_PART=lint
1818
- os: linux
19-
node_js: "8"
19+
node_js: "10"
2020
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART=integration
2121
- os: linux
2222
node_js: "8"
23+
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART=integration
24+
- os: linux
25+
node_js: "10"
2326
env: NO_WATCH_TESTS=1 JOB_PART=unit
2427
- os: linux
2528
node_js: "6"
2629
env: NO_WATCH_TESTS=1 JEST=--runInBand JOB_PART=integration
2730
- os: osx
28-
node_js: "8"
31+
node_js: "10"
2932
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART=integration
3033
allow_failures:
3134
- os: osx

0 commit comments

Comments
 (0)