From d9c201568d49e7cfd75d82a325df42987628d5f5 Mon Sep 17 00:00:00 2001 From: Jakub Pawlowicz Date: Thu, 20 Aug 2015 07:43:24 +0100 Subject: [PATCH] Adds npm caching in Travis CI builds. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 88de6033..395a8996 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ sudo: false language: node_js +cache: npm node_js: - '0.10' - '0.12' -- 2.34.1