mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
Cache node_modules for AppVeyor builds (#4817)
This commit is contained in:
parent
04959162c6
commit
2dc3f6c87a
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ install:
|
|||
- npm --version
|
||||
- npm install
|
||||
|
||||
cache:
|
||||
- node_modules
|
||||
|
||||
test_script:
|
||||
- node ./bin/cake build:except-parser
|
||||
- node ./bin/cake build:parser
|
||||
|
|
Loading…
Add table
Reference in a new issue