Skip to content

Commit 1d11e4a

Browse files
committed
Update Node versions in Travis 🏗
Webpack 4 no longer supports Node 4
1 parent dd036c8 commit 1d11e4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
node_js:
3-
- "4"
4-
- "5"
3+
- "8"
4+
- "9"
55
# send builds to the container-based infrastructure
66
sudo: false
77
deploy:

0 commit comments

Comments
 (0)