1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

fix travis

This commit is contained in:
alexcos20 2020-10-12 10:41:19 -07:00
parent e459201790
commit 190785f9cd

View File

@ -21,6 +21,9 @@ before_script:
- cd barge
- git checkout v3
- export ADDRESS_FILE="${HOME}/.ocean/ocean-contracts/artifacts/address.json"
- mkdir "${HOME}/.ocean/"
- mkdir "${HOME}/.ocean/ocean-contracts/"
- mkdir "${HOME}/.ocean/ocean-contracts/artifacts"
- touch $ADDRESS_FILE
- echo "{}" >> $ADDRESS_FILE
- export AQUARIUS_URI="http://172.15.0.5:5000"