element-web/.travis.yml

10 lines
209 B
YAML
Raw Normal View History

2016-08-23 17:05:50 +03:00
language: node_js
node_js:
- node # Latest stable version of nodejs.
2017-01-12 20:09:49 +03:00
install:
- npm install
2017-01-12 20:14:51 +03:00
- (cd node_modules/matrix-js-sdk && npm install)
script:
- npm run test
- ./.travis-test-riot.sh