mirror of https://github.com/vector-im/riot-web
run unit tests on riot-web like before
parent
0b4ce3c58e
commit
509ae4cea4
|
@ -6,5 +6,9 @@
|
|||
|
||||
set -ev
|
||||
|
||||
RIOT_WEB_DIR=riot-web
|
||||
|
||||
scripts/travis/build.sh
|
||||
pushd "$RIOT_WEB_DIR"
|
||||
npm run test
|
||||
popd
|
||||
|
|
Loading…
Reference in New Issue