Cache vendor dir on travis

This will avoid slow clones on CI
This commit is contained in:
Łukasz Mierzwa
2017-08-04 18:18:03 -07:00
parent b8acd53505
commit 558cbc737b

View File

@@ -8,6 +8,7 @@ go_import_path: github.com/cloudflare/unsee
cache:
directories:
- node_modules
- vendor
env:
- NODE_ENV=test