Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Commit 41f5e3a

Browse files
authored
ci(Travis): Use npm 5 compatible Node 4 version
1 parent bdd51a2 commit 41f5e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
env: WEBPACK_VERSION=latest JOB_PART=test
1616
script: npm run travis:$JOB_PART
1717
- <<: *test-latest
18-
node_js: 4.3
18+
node_js: 4.8
1919
env: WEBPACK_VERSION=latest JOB_PART=test
2020
script: npm run travis:$JOB_PART
2121
- <<: *test-latest

0 commit comments

Comments
 (0)