mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-10 04:54:04 -04:00
Merge pull request #226 from rschamp/scratch-dependencies
Ensure scratch-* dependencies are up to date
This commit is contained in:
commit
b98577129e
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@ sudo: false
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
before_install:
|
||||||
|
# Install the most up to date scratch-* dependencies
|
||||||
|
- rm -rf node_modules/scratch-*
|
||||||
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…
Add table
Add a link
Reference in a new issue