Skip to content
This repository was archived by the owner on May 31, 2020. It is now read-only.

Commit 82805a4

Browse files
committed
update npm before travis run script
1 parent 3e8727e commit 82805a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: node_js
22
node_js:
33
- "8.10.0"
4+
before_install:
5+
- npm install -g npm@latest
46
script:
57
- npm cache verify
68
- ./node_modules/.bin/lerna exec -- npm cache verify

0 commit comments

Comments
 (0)