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

Commit 5fafc16

Browse files
committed
Try directly running Ganache bound to all interfaces
1 parent 7157e06 commit 5fafc16

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.travis.yml

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

3132
- name: Ganache with --noVMErrorsOnRPCResponse
3233
before_script:
33-
- PROVIDER_CONTAINER_ID=$(docker run -d -p 8545:8545 trufflesuite/ganache-cli -h 0.0.0.0 -d --defaultBalanceEther 10000 --noVMErrorsOnRPCResponse)
34+
# - PROVIDER_CONTAINER_ID=$(docker run -d -p 8545:8545 trufflesuite/ganache-cli -h 0.0.0.0 -d --defaultBalanceEther 10000 --noVMErrorsOnRPCResponse)
35+
- yarn ganache-cli -h 0.0.0.0 -d --defaultBalanceEther 10000 --noVMErrorsOnRPCResponse
3436
- yarn wait-port -t 10000 localhost:8545
3537

3638
- name: Geth

0 commit comments

Comments
 (0)