install js-sdk in travis too

pull/2920/head
David Baker 2017-01-12 17:24:28 +00:00
parent 70f48343ee
commit 0d05e607f0
1 changed files with 1 additions and 0 deletions

View File

@ -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)