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