mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 01:35:49 +03:00
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:
commit
f756d231cf
1 changed files with 3 additions and 2 deletions
|
@ -5,5 +5,6 @@ install:
|
|||
- npm install
|
||||
- (cd node_modules/matrix-js-sdk && npm install)
|
||||
script:
|
||||
- npm run test
|
||||
- ./.travis-test-riot.sh
|
||||
# don't run the riot tests unless the react-sdk tests pass, otherwise
|
||||
# the output is confusing.
|
||||
- npm run test && ./.travis-test-riot.sh
|
||||
|
|
Loading…
Reference in a new issue