mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Merge pull request #277 from rschamp/bettertravis
Update packages after installing
This commit is contained in:
commit
9db0dc1bd0
1 changed files with 3 additions and 3 deletions
|
@ -6,9 +6,9 @@ sudo: false
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
before_install:
|
install:
|
||||||
# Install the most up to date scratch-* dependencies
|
- npm install
|
||||||
- rm -rf node_modules/scratch-*
|
- npm update
|
||||||
after_script:
|
after_script:
|
||||||
- |
|
- |
|
||||||
# RELEASE_BRANCHES and NPM_TOKEN defined in Travis settings panel
|
# RELEASE_BRANCHES and NPM_TOKEN defined in Travis settings panel
|
||||||
|
|
Loading…
Reference in a new issue