Skip to content

Commit

Permalink
set remix ide web app url
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 committed Oct 1, 2018
1 parent f989411 commit 7132fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/browser_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..
}

Expand Down

0 comments on commit 7132fc8

Please sign in to comment.