Skip to content

Commit

Permalink
chore(travis-ci): cache npm cache directory
Browse files Browse the repository at this point in the history
  • Loading branch information
hutson committed Jun 25, 2017
1 parent 7c1e4d9 commit a44d306
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ addons:
- g++-4.8
cache:
directories:
- "node_modules"
- node_modules
- ${HOME}/.npm
yarn: true
env:
global:
Expand Down

0 comments on commit a44d306

Please sign in to comment.