Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcos20 committed Oct 12, 2020
1 parent e9889d3 commit e459201
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ before_script:
- cd barge
- git checkout v3
- export ADDRESS_FILE="${HOME}/.ocean/ocean-contracts/artifacts/address.json"
- bash -x echo "{}" >> $ADDRESS_FILE
- touch $ADDRESS_FILE
- echo "{}" >> $ADDRESS_FILE
- export AQUARIUS_URI="http://172.15.0.5:5000"
- export DEPLOY_CONTRACTS="true"
- export CONTRACTS_VERSION=v0.5.5
Expand Down

0 comments on commit e459201

Please sign in to comment.