mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
modify /etc/hosts on Travis
This commit is contained in:
parent
c3270ce36c
commit
b112f3aa60
@ -8,6 +8,10 @@ services:
|
||||
- docker
|
||||
|
||||
addons:
|
||||
# required for internal Aquarius-Brizo communication
|
||||
# https://docs.travis-ci.com/user/hosts/
|
||||
hosts:
|
||||
- aquarius
|
||||
apt:
|
||||
packages:
|
||||
# for Cypress
|
||||
@ -17,7 +21,7 @@ env:
|
||||
global:
|
||||
# run E2E tests against local Spree
|
||||
- REACT_APP_NODE_URI="http://localhost:8545"
|
||||
- REACT_APP_AQUARIUS_URI="http://localhost:5000"
|
||||
- REACT_APP_AQUARIUS_URI="http://aquarius:5000"
|
||||
- REACT_APP_BRIZO_URI="http://localhost:8030"
|
||||
- REACT_APP_SECRET_STORE_URI="http://localhost:12001"
|
||||
- REACT_APP_FAUCET_URI="http://localhost:3001"
|
||||
|
Loading…
Reference in New Issue
Block a user