1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-28 05:03:59 +03:00
Files
matrix-js-sdk/travis.sh
2018-09-18 15:06:28 +01:00

14 lines
180 B
Bash
Executable File

#!/bin/bash
set -ex
npm run lint
# install Olm so that we can run the crypto tests.
npm install https://matrix.org/packages/npm/olm/olm-2.3.0.tgz
npm run test
npm run gendoc