1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

make e2e tests job conditional at travis.yml level

This commit is contained in:
Bruno Windels
2019-01-09 14:36:32 +01:00
parent 5ce08523f8
commit 481cd292ad
3 changed files with 12 additions and 14 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
set -ex
npm install
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