1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-11 20:22:36 +03:00

pass parameters through instead of hardcoding --travis

This commit is contained in:
Bruno Windels
2018-09-19 10:56:39 +02:00
parent cf397efed5
commit 13b20bb192

2
run.sh
View File

@@ -15,5 +15,5 @@ trap 'handle_error' ERR
./synapse/start.sh
./riot/start.sh
node start.js --travis
node start.js $@
stop_servers