2017-06-08 12:52:52 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
set -ex
|
|
|
|
|
2018-05-02 09:58:43 +00:00
|
|
|
scripts/fetchdep.sh matrix-org matrix-js-sdk
|
|
|
|
rm -r node_modules/matrix-js-sdk || true
|
|
|
|
ln -s matrix-js-sdk node_modules/matrix-js-sdk
|
|
|
|
|
2017-06-08 12:52:52 +00:00
|
|
|
npm run test
|
|
|
|
./.travis-test-riot.sh
|
|
|
|
|
|
|
|
# run the linter, but exclude any files known to have errors or warnings.
|
2017-09-28 10:33:36 +00:00
|
|
|
npm run lintwithexclusions
|