Skip to content

Commit

Permalink
chore: cache on appveyor for #157
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Dec 4, 2018
1 parent 9398fcb commit 63e258f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://www.appveyor.com/docs/lang/nodejs-iojs/
# Test against the latest version of this Node.js version
environment:
nodejs_version: "8"
nodejs_version: "10"

# Install scripts. (runs after repo cloning)
install:
Expand All @@ -15,6 +15,11 @@ install:
- print-env APPVEYOR
- commit-message-install --else "npm ci"

cache:
# cache NPM packages and Cypress binary
- '%AppData%\npm'
- '%USERPROFILE%\AppData\Local\Cypress\Cache'

# Post-install test scripts.
test_script:
# only run if there is commit message
Expand Down

0 comments on commit 63e258f

Please sign in to comment.