1
0
Fork 0
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:
Geoffrey Booth 2017-12-02 20:49:22 -08:00 committed by GitHub
parent 04959162c6
commit 2dc3f6c87a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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