mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
Use fetch dep script for travis
This commit is contained in:
parent
18afbc5bec
commit
b3b44dd99e
1 changed files with 1 additions and 2 deletions
|
@ -2,6 +2,5 @@ language: node_js
|
|||
node_js:
|
||||
- 6 # node v6, to match jenkins
|
||||
install:
|
||||
- scripts/fetch-develop.deps.sh
|
||||
- npm install
|
||||
- (cd node_modules/matrix-js-sdk && npm install)
|
||||
- (cd node_modules/matrix-react-sdk && npm install)
|
||||
|
|
Loading…
Reference in a new issue