From a12f42d3e6221c8af75fc5234c7c8ba5d895f36a Mon Sep 17 00:00:00 2001 From: Dotan Simha Date: Thu, 3 Nov 2016 11:30:12 +0200 Subject: [PATCH] ci(travis): Updated travis file --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index c82f19f6..60fedb59 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,11 @@ language: node_js node_js: - "5" +cache: + directories: + # cache node modules + - node_modules + notifications: # disable email notification email: false @@ -16,5 +21,6 @@ install: script: # remove unused node modules from cache - npm prune + - npm run test:ci sudo: required