mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
install js-sdk in travis too
This commit is contained in:
parent
70f48343ee
commit
0d05e607f0
1 changed files with 1 additions and 0 deletions
|
@ -3,4 +3,5 @@ node_js:
|
|||
- 6 # node v6, to match jenkins
|
||||
install:
|
||||
- npm install
|
||||
- (cd node_modules/matrix-js-sdk && npm install)
|
||||
- (cd node_modules/matrix-react-sdk && npm run build)
|
||||
|
|
Loading…
Reference in a new issue