Skip to content

Commit

Permalink
cache node_modules to accelerate the build process
Browse files Browse the repository at this point in the history
  • Loading branch information
winterTTr committed May 23, 2017
1 parent 95d4478 commit c4fe164
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ script:
- hexo clean
- hexo generate
- hexo deploy


cache:
directories:
- node_modules

0 comments on commit c4fe164

Please sign in to comment.