Skip to content

Commit

Permalink
chore(travis): cache node_modules as well
Browse files Browse the repository at this point in the history
  • Loading branch information
DxCx committed Jan 24, 2017
1 parent d8034ba commit 8947117
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@ addons:
cache:
directories:
- $HOME/.npm
- node_modules

before_install:
- npm install -g npm@4
- npm install -g coveralls

install:
- npm prune
- npm install

script:
Expand Down

0 comments on commit 8947117

Please sign in to comment.