From e0fb648ea77db9ef287e63435440c502d63590e5 Mon Sep 17 00:00:00 2001 From: Carlos Cuesta Date: Sat, 21 Jan 2017 12:16:15 +0100 Subject: [PATCH] :wrench: Update .travis.yml Signed-off-by: Carlos Cuesta --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1a87080..ac743a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ node_js: before_install: - npm install -g jsonlint install: -- npm install --only=production +- npm install cache: directories: - node_modules