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