Build js-sdk in travis too

pull/21833/head
David Baker 2017-01-12 17:09:49 +00:00
parent 05d2836581
commit 4ca4441f77
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
language: node_js
node_js:
- node # Latest stable version of nodejs.
install:
- npm install
- (cd node_modules/matrix-react-sdk && npm install)