mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 01:05:42 +03:00
6 lines
150 B
YAML
6 lines
150 B
YAML
language: node_js
|
|
node_js:
|
|
- 6 # node v6, to match jenkins
|
|
install:
|
|
- npm install
|
|
- (cd node_modules/matrix-react-sdk && npm run build)
|