From 4a0e1a30457634bbc6a14564a69584d97161b3ab 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 abae1828e9..aa7c886022 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://127.0.0.1:8080 & cd .. }