Merge pull request #992 from matrix-org/rav/no_run_riot_tests_on_test_fail

travisci: Don't run the riot-web tests if the react-sdk tests fail
This commit is contained in:
David Baker 2017-06-01 18:39:33 +01:00 committed by GitHub
commit f756d231cf

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