From 3f442aca87237746fa7874de72df1be863b1bbc3 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Mon, 28 Mar 2016 23:37:00 +0100 Subject: [PATCH] Run mocha tests on jenkins --- jenkins.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jenkins.sh b/jenkins.sh index a2f28ffb8f..51fab5d020 100755 --- a/jenkins.sh +++ b/jenkins.sh @@ -14,6 +14,9 @@ npm install ./node_modules/matrix-js-sdk-*.tgz # install the other dependencies npm install +# run the mocha tests +npm run test + # delete the old tarball, if it exists rm -f matrix-react-sdk-*.tgz