diff --git a/.travis.yml b/.travis.yml index e1a2e3b8e..4f98c1364 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,8 @@ cache: directories: - node_modules install: -- npm install -- npm update +- npm --production=false install +- npm --production=false update script: npm run $NPM_SCRIPT jobs: include: