Skip to content

Commit

Permalink
Merge pull request #5865 from WordPress/try/cache-npm
Browse files Browse the repository at this point in the history
Travis CI: Cache `$HOME/.npm`
  • Loading branch information
danielbachhuber authored Mar 29, 2018
2 parents 112c752 + 4ba122a commit 2da5333
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ cache:
directories:
- $HOME/.composer/cache
- $HOME/.phpbrew
- $HOME/.npm

before_install:
- nvm install && nvm use
Expand Down

0 comments on commit 2da5333

Please sign in to comment.