Cache node_modules for gitlab build

This commit is contained in:
Gregory Schier 2016-04-13 16:39:02 -07:00
parent 13c8ab424c
commit 7085f1e8bb

View File

@ -1,5 +1,9 @@
image: node:4.2.2
cache:
paths:
- node_modules/
all_tests:
script:
- npm install