Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

Commit

Permalink
🔥 Remove installing the latest npm before installing
Browse files Browse the repository at this point in the history
nodejs 10.3 comes with npm 6.1 by default. Woot
  • Loading branch information
vladfrangu committed Jun 5, 2018
1 parent bca4b2c commit 028578f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ node_js:
cache:
directories:
- "$HOME/.npm"
before_install:
- npm i -g npm@latest
install: npm ci
jobs:
include:
Expand Down

0 comments on commit 028578f

Please sign in to comment.