Skip to content

Commit

Permalink
Merge pull request #29 from abetomo/add_cache_node_modules
Browse files Browse the repository at this point in the history
Add cache of node_modules to CI setting
  • Loading branch information
abetomo authored Jun 12, 2018
2 parents 475d03a + 11a5ef2 commit ebae727
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ environment:
install:
- ps: Install-Product node $env:nodejs_version
- npm install
cache:
- node_modules
test_script:
- node --version
- npm --version
Expand Down
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ node_js:
- 8
- 9
- 10
cache:
directories:
- node_modules

0 comments on commit ebae727

Please sign in to comment.