From cbe6ebf7102706e150716cc8d77106b1141e4ade Mon Sep 17 00:00:00 2001 From: Dimitri Kopriwa Date: Mon, 17 Dec 2018 04:52:52 +0700 Subject: [PATCH] ci(cache): remove caching of node_modules --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 761f6b0..4b08419 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,9 +7,9 @@ branches: except: - gh-pages # will be deployed to, no need to build it -cache: - directories: - - node_modules +#cache: +# directories: +# - node_modules before_install: - npm install -g npm