Skip to content

Commit af33241

Browse files
authored
Drop support for node version older than 6
Versions older than node 6 are no longer supported by html-webpack-plugin version 4. See: jantimon/html-webpack-plugin#861
1 parent 13a9e08 commit af33241

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: node_js
22
node_js:
3-
- "4"
4-
- "5"
3+
- stable
4+
- lts/*
5+
- 6.9
56
script:
67
- npm test

0 commit comments

Comments
 (0)