mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 21:24:59 +08:00
9 lines
185 B
YAML
9 lines
185 B
YAML
language: node_js
|
|
node_js:
|
|
- node # Latest stable version of nodejs.
|
|
install:
|
|
- npm install
|
|
- (cd node_modules/matrix-js-sdk && npm install)
|
|
script:
|
|
./scripts/travis.sh
|