Skip to content

Commit

Permalink
build: add cache on CI services
Browse files Browse the repository at this point in the history
  • Loading branch information
hex7c0 committed Sep 10, 2016
1 parent 7c1c58c commit 5911060
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,23 @@ environment:
- nodejs_version: "3.3"
- nodejs_version: "4.0"
- nodejs_version: "4.1"
- nodejs_version: "4.2"
- nodejs_version: "4.3"
- nodejs_version: "5.0"
- nodejs_version: "5.1"
- nodejs_version: "5.3"
- nodejs_version: "5.5"
- nodejs_version: "5.7"
- nodejs_version: "5.11"
- nodejs_version: "6.0"
- nodejs_version: "6.1"
- nodejs_version: "6.3"
- nodejs_version: "6.5"
cache:
- node_modules
install:
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
- if exist node_modules npm prune
- if exist node_modules npm rebuild
- npm install
build: off
test_script:
Expand Down

0 comments on commit 5911060

Please sign in to comment.