You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-10-13 10:07:58 +03: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
|