Skip to content

Commit

Permalink
feat(CI): Added node_modules caching for appveyor ci (react-boilerpla…
Browse files Browse the repository at this point in the history
  • Loading branch information
amilajack authored and mxstbr committed Nov 2, 2016
1 parent bd516bc commit 307c8d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ test_script:
# run build and run tests
- npm run build

# Cache node_modules for faster builds
cache:
- 'node_modules'

# remove, as appveyor doesn't support secure variables on pr builds
# so `COVERALLS_REPO_TOKEN` cannot be set, without hard-coding in this file
#on_success:
Expand Down

0 comments on commit 307c8d3

Please sign in to comment.