provide remix ide URL

pull/1/head
yann300 6 years ago
parent 2cc33e2247
commit 779cdbd18a
  1. 2
      ci/browser_tests.sh

@ -7,7 +7,7 @@ setupRemixd () {
cd contracts cd contracts
echo 'sharing folder: ' echo 'sharing folder: '
echo $PWD 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 .. cd ..
} }

Loading…
Cancel
Save