mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 17:02:24 -05:00
ci: don't use node/install-packages for now
This commit is contained in:
parent
5921cdc4ed
commit
0e99e9b7c6
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ jobs:
|
|||
travis/install-assets.sh
|
||||
npm set progress=false
|
||||
which gulp || sudo npm install -g gulp-cli
|
||||
- node/install-packages
|
||||
- run: npm install # TODO: node/install-packages
|
||||
- run:
|
||||
name: Build & Test
|
||||
command: |
|
||||
|
|
Loading…
Reference in a new issue