1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

run unit tests on riot-web like before

This commit is contained in:
Bruno Windels
2019-01-09 15:02:20 +01:00
parent 0b4ce3c58e
commit 509ae4cea4

View File

@ -6,5 +6,9 @@
set -ev
RIOT_WEB_DIR=riot-web
scripts/travis/build.sh
pushd "$RIOT_WEB_DIR"
npm run test
popd