Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.

Commit 7157e06

Browse files
committed
Have Ganache listen on all interfaces
1 parent 9011c92 commit 7157e06

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
include:
2626
- name: Ganache
2727
before_script:
28-
- PROVIDER_CONTAINER_ID=$(docker run -d -p 8545:8545 trufflesuite/ganache-cli -d --defaultBalanceEther 10000)
28+
- PROVIDER_CONTAINER_ID=$(docker run -d -p 8545:8545 trufflesuite/ganache-cli -h 0.0.0.0 -d --defaultBalanceEther 10000)
2929
- yarn wait-port -t 10000 localhost:8545
3030

3131
- name: Ganache with --noVMErrorsOnRPCResponse
3232
before_script:
33-
- PROVIDER_CONTAINER_ID=$(docker run -d -p 8545:8545 trufflesuite/ganache-cli -d --defaultBalanceEther 10000 --noVMErrorsOnRPCResponse)
33+
- PROVIDER_CONTAINER_ID=$(docker run -d -p 8545:8545 trufflesuite/ganache-cli -h 0.0.0.0 -d --defaultBalanceEther 10000 --noVMErrorsOnRPCResponse)
3434
- yarn wait-port -t 10000 localhost:8545
3535

3636
- name: Geth

0 commit comments

Comments
 (0)