From 30f22006dd8f99d1b4522ce385362231b4d521bd Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Tue, 6 Sep 2016 09:03:25 +0100 Subject: [PATCH] delete cache --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 871656636c..d1e3014baa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,8 +64,11 @@ script: npm run test # Send coverage data to Coveralls after_success: - bash <(curl -s https://codecov.io/bash) +after_script: + - travis cache --delete cache: + timeout: 1000 directories: - demo-shell-ng2/node_modules - ng2-components/ng2-activiti-form/node_modules