chore: cache dependencies

This commit is contained in:
Daniel Ruf 2018-06-07 13:36:50 +02:00 committed by Daniel Ruf
parent a675b503d5
commit 9fd5bad422
No known key found for this signature in database
GPG Key ID: 68597EDC4FAC1299

View File

@ -22,3 +22,8 @@ install:
script:
- npm run doc
- npm run test
cache:
directories:
- "node_modules"