Skip to content

Commit 7587163

Browse files
committed
UPDATED: Use npm v6 instead of v5 in Travis to speed up the package installation.
1 parent a8ffff0 commit 7587163

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
@@ -5,7 +5,7 @@ node_js:
55
- "8"
66

77
before_install:
8-
- npm install -g npm@5
8+
- npm install -g npm@6
99
- npm install -g serverless
1010
- npm install -g greenkeeper-lockfile@1
1111

0 commit comments

Comments
 (0)