1
0
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:
Matthias Kretschmann 2019-07-31 14:45:08 +02:00
parent c3270ce36c
commit b112f3aa60
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -8,6 +8,10 @@ services:
- docker - docker
addons: addons:
# required for internal Aquarius-Brizo communication
# https://docs.travis-ci.com/user/hosts/
hosts:
- aquarius
apt: apt:
packages: packages:
# for Cypress # for Cypress
@ -17,7 +21,7 @@ env:
global: global:
# run E2E tests against local Spree # run E2E tests against local Spree
- REACT_APP_NODE_URI="http://localhost:8545" - 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_BRIZO_URI="http://localhost:8030"
- REACT_APP_SECRET_STORE_URI="http://localhost:12001" - REACT_APP_SECRET_STORE_URI="http://localhost:12001"
- REACT_APP_FAUCET_URI="http://localhost:3001" - REACT_APP_FAUCET_URI="http://localhost:3001"