set remix ide web app url

pull/3094/head
yann300 6 years ago
parent d6bebcd094
commit 4a0e1a3045
  1. 2
      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 ..
}

Loading…
Cancel
Save