From 558cbc737bc48d3760b5911086f8eb47647432c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Fri, 4 Aug 2017 18:18:03 -0700 Subject: [PATCH] Cache vendor dir on travis This will avoid slow clones on CI --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 522f0d328..082efdfdb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ go_import_path: github.com/cloudflare/unsee cache: directories: - node_modules + - vendor env: - NODE_ENV=test