cozy / cozy-client-js

Javascript library to write Cozy applications
https://docs.cozy.io/en/cozy-client-js/README/
MIT License
11 stars 12 forks source link

ci: Bind server to IPv4 address only #333

Closed taratatach closed 10 months ago

taratatach commented 10 months ago

Travis does not allow binding IPv6 addresses on their Full VM images which is the only option for amd64 architectures.

Since we don't really care about having an IPv6 bound server for our builds, we can force the hosts to an IPv4 address.