mirror of https://github.com/vector-im/riot-web
install js-sdk in travis too
parent
70f48343ee
commit
0d05e607f0
|
@ -3,4 +3,5 @@ node_js:
|
||||||
- 6 # node v6, to match jenkins
|
- 6 # node v6, to match jenkins
|
||||||
install:
|
install:
|
||||||
- npm install
|
- npm install
|
||||||
|
- (cd node_modules/matrix-js-sdk && npm install)
|
||||||
- (cd node_modules/matrix-react-sdk && npm run build)
|
- (cd node_modules/matrix-react-sdk && npm run build)
|
||||||
|
|
Loading…
Reference in New Issue