This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
travis: enable stream mounting and configure IPFS listeners
We need to enable the IPFS feature Experimental.Libp2pStreamMounting in order to test the P2P APIs. To do so, we have to run `ipfs init` manually so that the IPFS config file exists on disk. In addition, we also have to configure Addresses.API and Addresses.Gateway, which were previously set by the container at boot, because the container stops setting those parameters if the IPFS configuration file already exists.
- Loading branch information