From 7132fc86588d77c0da38f9c42e75cf2d5e27e52b Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 1 Oct 2018 15:29:11 +0200 Subject: [PATCH] set remix ide web app url --- ci/browser_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/browser_tests.sh b/ci/browser_tests.sh index abae1828e91..45e2c9e8a81 100755 --- a/ci/browser_tests.sh +++ b/ci/browser_tests.sh @@ -7,7 +7,7 @@ setupRemixd () { cd contracts echo 'sharing folder: ' echo $PWD - ./../node_modules/remixd/bin/remixd -s $PWD & + ./../node_modules/remixd/bin/remixd -s $PWD --remix-ide http://localhost:8080 & cd .. }