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