travisci: Don't run the riot-web tests if the react-sdk tests fail

pull/21833/head
Richard van der Hoff 2017-06-01 17:49:49 +01:00
parent 53ebc8d7bd
commit 6e693612a0
1 changed files with 3 additions and 2 deletions

View File

@ -5,5 +5,6 @@ install:
- npm install - npm install
- (cd node_modules/matrix-js-sdk && npm install) - (cd node_modules/matrix-js-sdk && npm install)
script: script:
- npm run test # don't run the riot tests unless the react-sdk tests pass, otherwise
- ./.travis-test-riot.sh # the output is confusing.
- npm run test && ./.travis-test-riot.sh