From 4f28972dc21f44bc2e63e921a18fc0084913abe5 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Mon, 3 Oct 2016 01:10:11 +0530 Subject: [PATCH] Setting cache to false (#1095) - This was not letting new changes from tldr-lint repo to be fetched. Therefore, preventing new checks like trailing spaces to appear. - Also, its a good practice to get possible updates from npm packages. --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8f4055fb7..924a330af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,7 @@ language: node_js node_js: - 'stable' -cache: - directories: - - node_modules +cache: false after_success: - bash scripts/build.sh