1
0
mirror of https://github.com/element-hq/element-web.git synced 2025-12-01 09:58:03 +03:00
Files
element-web/scripts/travis/riot-unit-tests.sh
Bruno Windels 19190deb3c set x perms
2019-01-09 15:20:55 +01:00

15 lines
258 B
Bash
Executable File

#!/bin/bash
#
# script which is run by the travis build (after `npm run test`).
#
# clones riot-web develop and runs the tests against our version of react-sdk.
set -ev
RIOT_WEB_DIR=riot-web
scripts/travis/build.sh
pushd "$RIOT_WEB_DIR"
npm run test
popd