From 70a794885d9faea6388fa69f042a260e33c6327a Mon Sep 17 00:00:00 2001 From: Dimitri Kopriwa Date: Mon, 11 Mar 2019 16:48:17 +0700 Subject: [PATCH] fix(release): disable cache --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 62d1492..08a0475 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