2016-08-25 12:56:49 +02:00
|
|
|
language: node_js
|
|
|
|
node_js:
|
2016-08-25 15:26:56 +02:00
|
|
|
- 6 # node v6, to match jenkins
|
2016-08-25 13:12:20 +02:00
|
|
|
install:
|
|
|
|
- npm install
|
2017-01-12 18:24:28 +01:00
|
|
|
- (cd node_modules/matrix-js-sdk && npm install)
|
2017-02-01 17:11:11 +01:00
|
|
|
- (cd node_modules/matrix-react-sdk && npm install)
|