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

Commit e0eb3cb

Browse files
committedJan 28, 2020
fix: install latest npm on travis for node 6
1 parent e8b4a7e commit e0eb3cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.travis.yml

+3
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)
This repository has been archived.