diff --git a/.travis.yml b/.travis.yml index 091fe53fe..16b90a8ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,9 @@ sudo: false cache: directories: - node_modules -before_install: -# Install the most up to date scratch-* dependencies -- rm -rf node_modules/scratch-* +install: +- npm install +- npm update after_script: - | # RELEASE_BRANCHES and NPM_TOKEN defined in Travis settings panel