From 9bc6c8ec0ccb904ae571f933ba639de14308e779 Mon Sep 17 00:00:00 2001 From: dotnetCarpenter Date: Thu, 20 Oct 2016 15:08:55 -0200 Subject: [PATCH] speed up travis tests by caching the node_modules folder - should shave off 23 seconds of test run time --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index f87fdf1..5ea821f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,3 +12,7 @@ before_install: # Start a display server where all graphical operations happens in memory - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start +cache: + directories: + - node_modules + -- 2.39.5