Merge pull request #277 from rschamp/bettertravis

Update packages after installing
This commit is contained in:
Ray Schamp 2016-10-17 09:47:10 -04:00 committed by GitHub
commit 9db0dc1bd0

View file

@ -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