mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -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
|
travis/install-assets.sh
|
||||||
npm set progress=false
|
npm set progress=false
|
||||||
which gulp || sudo npm install -g gulp-cli
|
which gulp || sudo npm install -g gulp-cli
|
||||||
- node/install-packages
|
- run: npm install # TODO: node/install-packages
|
||||||
- run:
|
- run:
|
||||||
name: Build & Test
|
name: Build & Test
|
||||||
command: |
|
command: |
|
||||||
|
|
Loading…
Reference in a new issue