mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
7 lines
128 B
YAML
7 lines
128 B
YAML
language: node_js
|
|
node_js:
|
|
- 6 # node v6, to match jenkins
|
|
install:
|
|
- scripts/fetch-develop.deps.sh
|
|
- npm install
|