From 5c1a433e2ae40b2c5275a6aca04bb8aba67d243d Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Tue, 19 Jul 2016 14:56:27 +0200 Subject: [PATCH] Put back node_modules in the cache --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 31cc8016c..179abece8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,13 +29,13 @@ install: - source /tmp/.nvm/nvm.sh - nvm install $NODE_VERSION - nvm use --delete-prefix $NODE_VERSION - - npm install -g npm script: script/cibuild cache: timeout: 1000 directories: + - node_modules - build/node_modules - apm/node_modules