1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-18 09:22:18 +03:00
Files
matrix-react-sdk/scripts/travis/unit-tests.sh
2019-01-09 14:43:05 +01:00

11 lines
208 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
scripts/travis/build.sh
npm run test