Transpile the react-sdk before running travis tests

This commit is contained in:
Richard van der Hoff 2016-08-25 12:12:20 +01:00
parent 0c99c5563f
commit d87cf6c02b

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 run build)