mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
10 lines
209 B
YAML
10 lines
209 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:
|
|
- npm run test
|
|
- ./.travis-test-riot.sh
|