Skip to content
This repository was archived by the owner on Jun 8, 2022. It is now read-only.

Commit 4a7711b

Browse files
committed
Node.js version support to match webpack
1 parent 60ffb61 commit 4a7711b

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-
- "node"
4-
- "4"
3+
- "8.9.0"
4+
- "4.3.0"
55
install:
66
- npm install
77
script:

0 commit comments

Comments
 (0)