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

Commit e0eb3cb

Browse files
committed
fix: install latest npm on travis for node 6
1 parent e8b4a7e commit e0eb3cb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ node_js:
66
- "8"
77
- "6"
88

9+
before_install:
10+
- npm install -g npm@latest
11+
912
cache:
1013
directories:
1114
- $HOME/.npm

0 commit comments

Comments
 (0)