From 81627e94c72efa1f4d726e20bbf67f0bbd5c116f Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Sat, 12 May 2018 17:30:13 +0200 Subject: [PATCH] chore: cache node_modules --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index a99f15a08..13e0e2be3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,9 @@ node_js: - "4" - "6" - "8" +cache: + directories: + - node_modules os: - linux before_install: