Transpile the react-sdk before running travis tests
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- node # Latest stable version of nodejs.
|
- node # Latest stable version of nodejs.
|
||||||
|
install:
|
||||||
|
- npm install
|
||||||
|
- (cd node_modules/matrix-react-sdk && npm run build)
|
||||||
|
|||||||
Reference in New Issue
Block a user