1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-04 05:02:41 +03:00
Files
matrix-js-sdk/travis.sh
2019-02-05 13:41:14 +00:00

14 lines
185 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-3.1.0-pre2.tgz
npm run test
npm run gendoc