element-web/.travis.yml

11 lines
311 B
YAML
Raw Normal View History

2016-08-23 16:05:50 +02:00
language: node_js
node_js:
- node # Latest stable version of nodejs.
2017-01-12 18:09:49 +01:00
install:
- npm install
2017-01-12 18:14:51 +01:00
- (cd node_modules/matrix-js-sdk && npm install)
script:
# don't run the riot tests unless the react-sdk tests pass, otherwise
# the output is confusing.
- npm run test && ./.travis-test-riot.sh