Cache node_modules

So we don't need to download everything on every CI run
This commit is contained in:
Łukasz Mierzwa
2017-07-29 17:30:50 -07:00
parent 3eb1e0cafd
commit 8cc8e505c2

View File

@@ -5,6 +5,10 @@ go:
go_import_path: github.com/cloudflare/unsee
cache:
directories:
- node_modules
env:
- NODE_ENV=test